diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/faces.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index dd5de86f8ea..16598c2d581 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -2132,12 +2132,6 @@ created." | |||
| 2132 | :version "22.1" | 2132 | :version "22.1" |
| 2133 | :group 'basic-faces) | 2133 | :group 'basic-faces) |
| 2134 | 2134 | ||
| 2135 | (defface momentary | ||
| 2136 | '((t (:inherit mode-line))) | ||
| 2137 | "Face for momentarily displaying text in the current buffer." | ||
| 2138 | :version "22.1" | ||
| 2139 | :group 'basic-faces) | ||
| 2140 | |||
| 2141 | (defface minibuffer-prompt | 2135 | (defface minibuffer-prompt |
| 2142 | '((((background dark)) :foreground "cyan") | 2136 | '((((background dark)) :foreground "cyan") |
| 2143 | ;; Don't use blue because many users of the MS-DOS port customize | 2137 | ;; Don't use blue because many users of the MS-DOS port customize |