From e992d405a3afee2562f4f326cce44782266d7bc3 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Tue, 9 Jan 2007 21:22:28 +0000 Subject: [PATCH] (momentary): Change :group to basic-faces where all basic faces belong to. Add :version. --- lisp/ChangeLog | 7 +++++++ lisp/faces.el | 11 ++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dbe362dbcee..d33c4a23c08 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2007-01-09 Juri Linkov + + * 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 * tutorial.el (tutorial--display-changes): Show M-x sequence if no diff --git a/lisp/faces.el b/lisp/faces.el index c0cccb480d5..d532d807cd8 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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 -- 2.39.2