diff options
| author | Eli Zaretskii | 2005-06-11 13:10:11 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-06-11 13:10:11 +0000 |
| commit | e0dcaa3feec553efba8a2e1306b08c6220fddeff (patch) | |
| tree | 3b0c8b1ffda94137f6b3489c6ed4f9c254c2eae1 /lisp/faces.el | |
| parent | 270bf00e3a9a6f360fa4c7ba39f5b619f633f6b6 (diff) | |
| download | emacs-e0dcaa3feec553efba8a2e1306b08c6220fddeff.tar.gz emacs-e0dcaa3feec553efba8a2e1306b08c6220fddeff.zip | |
(modeline-highlight): Rename from (the erroneous) `modeline-higilight'.
Diffstat (limited to 'lisp/faces.el')
| -rw-r--r-- | lisp/faces.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index f278546154c..866f739a13d 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -1863,7 +1863,7 @@ created." | |||
| 1863 | ;; Make `modeline' an alias for `mode-line', for compatibility. | 1863 | ;; Make `modeline' an alias for `mode-line', for compatibility. |
| 1864 | (put 'modeline 'face-alias 'mode-line) | 1864 | (put 'modeline 'face-alias 'mode-line) |
| 1865 | (put 'modeline-inactive 'face-alias 'mode-line-inactive) | 1865 | (put 'modeline-inactive 'face-alias 'mode-line-inactive) |
| 1866 | (put 'modeline-higilight 'face-alias 'mode-line-highlight) | 1866 | (put 'modeline-highlight 'face-alias 'mode-line-highlight) |
| 1867 | 1867 | ||
| 1868 | (defface header-line | 1868 | (defface header-line |
| 1869 | '((default | 1869 | '((default |