From de9b19cbfdc690fe14865044e05650d066b6c04c Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Wed, 10 Mar 2021 03:08:29 +0200 Subject: [PATCH] (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 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") -- 2.39.2