]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/project.el (project-any-command): Fix last change
authorSean Whitton <spwhitton@spwhitton.name>
Fri, 8 Dec 2023 22:37:06 +0000 (22:37 +0000)
committerEshel Yaron <me@eshelyaron.com>
Sat, 9 Dec 2023 19:13:05 +0000 (20:13 +0100)
lisp/progmodes/project.el

index 7789243cb00a8f5d17e08fd0e5195c510289fac3..cc473a12baff2ee648ebfe201b777868bc0cb2f0 100644 (file)
@@ -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-command)))
+                (get command 'project-related)))
           (let ((project-current-directory-override root))
             (call-interactively command))
         (let ((default-directory root))