diff options
| author | Glenn Morris | 2012-09-29 11:21:45 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-09-29 11:21:45 -0700 |
| commit | ced0838266516d9fb1b8a4576c077d0f710ff90c (patch) | |
| tree | f6b1f8407bb11259870739b3a590befdda350785 | |
| parent | 0e3e4156242bfe3104b8f507a07c38d966d110eb (diff) | |
| download | emacs-ced0838266516d9fb1b8a4576c077d0f710ff90c.tar.gz emacs-ced0838266516d9fb1b8a4576c077d0f710ff90c.zip | |
* lisp/help-macro.el (three-step-help): Do not autoload defcustom.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/help-macro.el | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d6e7b498f4e..048966a6061 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-09-29 Glenn Morris <rgm@gnu.org> | 1 | 2012-09-29 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * help-macro.el (three-step-help): Do not autoload defcustom. | ||
| 4 | |||
| 3 | * progmodes/inf-lisp.el (inferior-lisp-filter-regexp) | 5 | * progmodes/inf-lisp.el (inferior-lisp-filter-regexp) |
| 4 | (inferior-lisp-program, inferior-lisp-load-command) | 6 | (inferior-lisp-program, inferior-lisp-load-command) |
| 5 | (inferior-lisp-prompt, inferior-lisp-mode-hook): | 7 | (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 @@ | |||
| 69 | 69 | ||
| 70 | (require 'backquote) | 70 | (require 'backquote) |
| 71 | 71 | ||
| 72 | ;;;###autoload | ||
| 73 | (defcustom three-step-help nil | 72 | (defcustom three-step-help nil |
| 74 | "Non-nil means give more info about Help command in three steps. | 73 | "Non-nil means give more info about Help command in three steps. |
| 75 | The three steps are simple prompt, prompt with all options, and | 74 | The three steps are simple prompt, prompt with all options, and |