]> git.eshelyaron.com Git - emacs.git/commitdiff
* faces.el (help-argument-name): Define it here instead of
authorChong Yidong <cyd@stupidchicken.com>
Thu, 13 Aug 2009 15:59:34 +0000 (15:59 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 13 Aug 2009 15:59:34 +0000 (15:59 +0000)
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.

lisp/ChangeLog
lisp/faces.el
lisp/help-fns.el

index 0c53edc8a9d7d27f8895b41277df5f49014c5304..ca7cc805b70088c0781e4f1d1875743919731d60 100644 (file)
@@ -1,3 +1,11 @@
+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
index bc7513eab64e3be6eb9bd59fdec2a88ffd7b052b..b8d21404e87c93d9dc4f301d090dda56d49e1edf 100644 (file)
@@ -2506,6 +2506,9 @@ Note: Other faces cannot inherit from the cursor face."
   :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.
index 7747c505ec98033ea3a82c2e60bd909b676561bf..b9530d89be943a5f4879cfa9aa54fe884a182bee 100644 (file)
@@ -158,10 +158,6 @@ KIND should be `var' for a variable or `subr' for a subroutine."
            (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