emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master de9b19c: (project-switch-commands): Remove the ###autoload instru


From: Dmitry Gutov
Subject: master de9b19c: (project-switch-commands): Remove the ###autoload instruction
Date: Tue, 9 Mar 2021 21:07:20 -0500 (EST)

branch: master
commit de9b19cbfdc690fe14865044e05650d066b6c04c
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    (project-switch-commands): Remove the ###autoload instruction
    
    * lisp/progmodes/project.el (project-switch-commands):
    Remove the ###autoload instruction.  It's unnecessary and can
    cause surprises in some circumstances (bug#46986).
---
 lisp/progmodes/project.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index 67e827e..c4bcf88 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -1255,7 +1255,6 @@ It's also possible to enter an arbitrary directory not in 
the list."
 
 ;;; Project switching
 
-;;;###autoload
 (defcustom project-switch-commands
   '((project-find-file "Find file")
     (project-find-regexp "Find regexp")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]