(momentary): Move here ...

This commit is contained in:
Richard M. Stallman 2007-01-05 19:12:03 +00:00
parent bbe5b38e59
commit fb395c0fc4

View file

@ -2112,6 +2112,11 @@ 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."