help-fns.el, because in daemon mode help-fns.el may be loaded when
faces are still uninitialized (Bug#1078).
* help-fns.el (help-argument-name): Move
defface to faces.el.
+2009-08-13 Chong Yidong <cyd@stupidchicken.com>
+
+ * faces.el (help-argument-name): Define it here instead of
+ help-fns.el, because in daemon mode help-fns.el may be loaded when
+ faces are still uninitialized (Bug#1078).
+
+ * help-fns.el (help-argument-name): Move defface to faces.el.
+
2009-08-13 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
:group 'menu
:group 'basic-faces)
+(defface help-argument-name '((((supports :slant italic)) :inherit italic))
+ "Face to highlight argument names in *Help* buffers."
+ :group 'help)
\f
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; Manipulating font names.
(concat "src/" file)
file)))))
-(defface help-argument-name '((((supports :slant italic)) :inherit italic))
- "Face to highlight argument names in *Help* buffers."
- :group 'help)
-
(defun help-default-arg-highlight (arg)
"Default function to highlight arguments in *Help* buffers.
It returns ARG in face `help-argument-name'; ARG is also