emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110248: * lisp/help-macro.el (three-


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110248: * lisp/help-macro.el (three-step-help): Do not autoload defcustom.
Date: Sat, 29 Sep 2012 11:21:45 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110248
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2012-09-29 11:21:45 -0700
message:
  * lisp/help-macro.el (three-step-help): Do not autoload defcustom.
modified:
  lisp/ChangeLog
  lisp/help-macro.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-09-29 18:20:12 +0000
+++ b/lisp/ChangeLog    2012-09-29 18:21:45 +0000
@@ -1,5 +1,7 @@
 2012-09-29  Glenn Morris  <address@hidden>
 
+       * 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):

=== modified file 'lisp/help-macro.el'
--- a/lisp/help-macro.el        2012-01-20 08:12:35 +0000
+++ b/lisp/help-macro.el        2012-09-29 18:21:45 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]