projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11b7b0d
)
; * lisp/progmodes/project.el (project-any-command): Fix last change
author
Sean Whitton
<spwhitton@spwhitton.name>
Fri, 8 Dec 2023 22:37:06 +0000
(22:37 +0000)
committer
Sean Whitton
<spwhitton@spwhitton.name>
Fri, 8 Dec 2023 22:37:06 +0000
(22:37 +0000)
lisp/progmodes/project.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/project.el
b/lisp/progmodes/project.el
index 7789243cb00a8f5d17e08fd0e5195c510289fac3..cc473a12baff2ee648ebfe201b777868bc0cb2f0 100644
(file)
--- a/
lisp/progmodes/project.el
+++ b/
lisp/progmodes/project.el
@@
-1862,7
+1862,7
@@
which will take priority over the global ones."
(when command
(if (when (symbolp command)
(or (string-prefix-p "project-" (symbol-name command))
- (get command 'project-
comman
d)))
+ (get command 'project-
relate
d)))
(let ((project-current-directory-override root))
(call-interactively command))
(let ((default-directory root))