summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2021-03-10 03:08:29 +0200
committerDmitry Gutov <dgutov@yandex.ru>2021-03-10 03:08:37 +0200
commitde9b19cbfdc690fe14865044e05650d066b6c04c (patch)
tree88d89d657aea269b47ea926399fac59f4c2c1b00 /lisp
parent48bfebc3b91def777bf13a7a889e31f330c4d32d (diff)
downloademacs-de9b19cbfdc690fe14865044e05650d066b6c04c.tar.gz
emacs-de9b19cbfdc690fe14865044e05650d066b6c04c.tar.bz2
emacs-de9b19cbfdc690fe14865044e05650d066b6c04c.zip
(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).
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/project.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index 67e827eea43..c4bcf88e4ce 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")