]> git.eshelyaron.com Git - emacs.git/commitdiff
(project-switch-commands): Remove the ###autoload instruction
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 10 Mar 2021 01:08:29 +0000 (03:08 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 10 Mar 2021 01:08:37 +0000 (03:08 +0200)
* 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

index 67e827eea43b3c3b1a14e8b468e157f467ece0b8..c4bcf88e4ce9618b0b4a1dcc06acf3e905b2ec46 100644 (file)
@@ -1255,7 +1255,6 @@ It's also possible to enter an arbitrary directory not in the list."
 \f
 ;;; Project switching
 
-;;;###autoload
 (defcustom project-switch-commands
   '((project-find-file "Find file")
     (project-find-regexp "Find regexp")