diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/faces.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 94c41ec141a..f55c9f4b6cf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> | ||
| 2 | |||
| 3 | * faces.el (modeline-highlight): Rename from (the erroneous) | ||
| 4 | `modeline-higilight'. | ||
| 5 | |||
| 1 | 2005-06-11 Lute Kamstra <lute@gnu.org> | 6 | 2005-06-11 Lute Kamstra <lute@gnu.org> |
| 2 | 7 | ||
| 3 | * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy | 8 | * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy |
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 |