]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-argument-name): Don't autoload.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 30 Nov 2005 15:52:50 +0000 (15:52 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 30 Nov 2005 15:52:50 +0000 (15:52 +0000)
It's useless and triggers a bug in cus-dep.el causing ldefs-boot
to be re-loaded when customizing the `help' group.

lisp/ChangeLog
lisp/help-fns.el

index ae1a178ae0f328195cf7756302c4e812d4c8009e..104ca5c162204d41810d925f862e71c57d8a5471 100644 (file)
@@ -1,3 +1,9 @@
+2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * help-fns.el (help-argument-name): Don't autoload.
+       It's useless and triggers a bug in cus-dep.el causing ldefs-boot
+       to be re-loaded when customizing the `help' group.
+
 2005-11-30  John Paul Wallington  <jpw@gnu.org>
 
        * help-fns.el (describe-function-1): Fill arglist output.
@@ -28,8 +34,8 @@
 
 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * international/latexenc.el (latex-inputenc-coding-alist): Reword
-       doc string.
+       * international/latexenc.el (latex-inputenc-coding-alist):
+       Reword doc string.
 
 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
 
@@ -44,7 +50,7 @@
 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
 
        * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
-       preserve user position.
+       Preserve user position.
 
 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
 
index c3bff9273007dbba4e2202e742682cfb27843f6f..78c156fa410695774b5890f9a8eef9345f72cfe1 100644 (file)
@@ -223,7 +223,6 @@ KIND should be `var' for a variable or `subr' for a subroutine."
            (concat "src/" file)
          file)))))
 
-;;;###autoload
 (defface help-argument-name '((((supports :slant italic)) :inherit italic))
   "Face to highlight argument names in *Help* buffers."
   :group 'help)