From ced0838266516d9fb1b8a4576c077d0f710ff90c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 29 Sep 2012 11:21:45 -0700 Subject: [PATCH] * lisp/help-macro.el (three-step-help): Do not autoload defcustom. --- lisp/ChangeLog | 2 ++ lisp/help-macro.el | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d6e7b498f4e..048966a6061 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2012-09-29 Glenn Morris + * help-macro.el (three-step-help): Do not autoload defcustom. + * progmodes/inf-lisp.el (inferior-lisp-filter-regexp) (inferior-lisp-program, inferior-lisp-load-command) (inferior-lisp-prompt, inferior-lisp-mode-hook): diff --git a/lisp/help-macro.el b/lisp/help-macro.el index 112c72778bc..0600484b6df 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el @@ -69,7 +69,6 @@ (require 'backquote) -;;;###autoload (defcustom three-step-help nil "Non-nil means give more info about Help command in three steps. The three steps are simple prompt, prompt with all options, and -- 2.39.2