# HG changeset patch # User Stefan Monnier # Date 1133365970 0 # Node ID 9c628f17433cfc8d9e95ec250dae336edde92ad9 # Parent 95525fb6747f68782e56caf05967de00b3fd470b (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 -r 95525fb6747f -r 9c628f17433c lisp/ChangeLog --- a/lisp/ChangeLog Wed Nov 30 15:52:37 2005 +0000 +++ b/lisp/ChangeLog Wed Nov 30 15:52:50 2005 +0000 @@ -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 -r 95525fb6747f -r 9c628f17433c lisp/help-fns.el --- a/lisp/help-fns.el Wed Nov 30 15:52:37 2005 +0000 +++ b/lisp/help-fns.el Wed Nov 30 15:52:50 2005 +0000 @@ -223,7 +223,6 @@ (concat "src/" file) file))))) -;;;###autoload (defface help-argument-name '((((supports :slant italic)) :inherit italic)) "Face to highlight argument names in *Help* buffers." :group 'help)