From: Dmitry Gutov Date: Wed, 10 Mar 2021 01:08:29 +0000 (+0200) Subject: (project-switch-commands): Remove the ###autoload instruction X-Git-Tag: emacs-28.0.90~3349 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=de9b19cbfdc690fe14865044e05650d066b6c04c;p=emacs.git (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). --- 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")