We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11244fb commit f86322bCopy full SHA for f86322b
1 file changed
diff-hl.el
@@ -69,8 +69,7 @@
69
(require 'vc-git)
70
(require 'vc-hg)
71
(require 'face-remap)
72
- (require 'project)
73
- (declare-function smartrep-define-key 'smartrep))
+ (require 'project))
74
75
(defmacro static-if (condition then-form &rest else-forms) ; since Emacs 30.1
76
"A conditional compilation macro.
@@ -1336,6 +1335,7 @@ The value of this variable is a mode line template as in
1336
1335
diff-hl-show-hunk-next))
1337
1338
(when (require 'smartrep nil t)
+ (declare-function smartrep-define-key 'smartrep)
1339
(let (smart-keys)
1340
(cl-labels ((scan (map)
1341
(map-keymap
0 commit comments