]> git.eshelyaron.com Git - emacs.git/commitdiff
(momentary): Change :group to basic-faces where all
authorJuri Linkov <juri@jurta.org>
Tue, 9 Jan 2007 21:22:28 +0000 (21:22 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 9 Jan 2007 21:22:28 +0000 (21:22 +0000)
basic faces belong to.  Add :version.

lisp/ChangeLog
lisp/faces.el

index dbe362dbcee254eac7c6328f4bc539af2f28a6c8..d33c4a23c08e2d2ca85be60f74fcedb236423872 100644 (file)
@@ -1,3 +1,10 @@
+2007-01-09  Juri Linkov  <juri@jurta.org>
+
+       * info.el (Info-fontify-node): Don't hide node names of index entries.
+
+       * faces.el (momentary): Change :group to basic-faces where all
+       basic faces belong to.  Add :version.
+
 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
 
        * tutorial.el (tutorial--display-changes): Show M-x sequence if no
index c0cccb480d52e1e2bd425cfbcbe7d81d1854e880..d532d807cd8abf3067ae1413824ac16a9d201eed 100644 (file)
@@ -2112,17 +2112,18 @@ created."
   :version "21.1"
   :group 'basic-faces)
 
-(defface momentary
-  '((t (:inherit mode-line)))
-  "Face for momentarily displaying text in the current buffer."
-  :group 'display)
-
 (defface vertical-border
   '((((type tty)) :inherit mode-line-inactive))
   "Face used for vertical window dividers on ttys."
   :version "22.1"
   :group 'basic-faces)
 
+(defface momentary
+  '((t (:inherit mode-line)))
+  "Face for momentarily displaying text in the current buffer."
+  :version "22.1"
+  :group 'basic-faces)
+
 (defface minibuffer-prompt
   '((((background dark)) :foreground "cyan")
     ;; Don't use blue because many users of the MS-DOS port customize