From: Stefan Monnier Date: Wed, 30 Nov 2005 15:52:50 +0000 (+0000) Subject: (help-argument-name): Don't autoload. X-Git-Tag: emacs-pretest-22.0.90~5586 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=33d434cdce2093e61b7493df8863822ae4632532;p=emacs.git (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. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ae1a178ae0f..104ca5c1622 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2005-11-30 Stefan Monnier + + * 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 * help-fns.el (describe-function-1): Fill arglist output. @@ -28,8 +34,8 @@ 2005-11-29 Reiner Steib - * 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 @@ -44,7 +50,7 @@ 2005-11-29 Michael Kifer * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display): - preserve user position. + Preserve user position. 2005-11-28 Luc Teirlinck diff --git a/lisp/help-fns.el b/lisp/help-fns.el index c3bff927300..78c156fa410 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -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)