diff lisp/help-fns.el @ 67222:9c628f17433c

(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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 30 Nov 2005 15:52:50 +0000
parents 1731ed7a115f
children 27e860fd29ef 1955a4462bf9
line wrap: on
line diff
--- 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)