From cd38666213d8badc14fb547ba1b8b9f258fd1189 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 1 Oct 2012 20:40:56 -0400 Subject: [PATCH] * lisp/faces.el (modeline): Remove obsolete face name. --- etc/NEWS | 3 ++- lisp/ChangeLog | 2 ++ lisp/faces.el | 2 -- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 50b8e793717..e90fc16227f 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -686,7 +686,7 @@ are deprecated and will be removed eventually. **** inactivate-current-input-method-function -> deactivate-current-input-method-function -** Some obsolete functions and variables were removed: +** Some obsolete functions, variables, and faces were removed: *** `facemenu-unlisted-faces' *** `rmail-decode-mime-charset' @@ -705,6 +705,7 @@ are deprecated and will be removed eventually. *** `vc-ignore-vc-files' (use `vc-handled-backends' instead) *** `vc-master-templates' (use `vc-handled-backends' instead) *** `vc-checkout-carefully' +*** `modeline' * Lisp changes in Emacs 24.3 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8d541da24ae..758453c99b3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2012-10-02 Stefan Monnier + * faces.el (modeline): Remove obsolete face name. + * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar and give a non-nil default value. (add-change-log-entry): Simplify accordingly. diff --git a/lisp/faces.el b/lisp/faces.el index 3ee859305a5..803b7e68fc4 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -2272,8 +2272,6 @@ terminal type to a different value." :version "21.1" :group 'mode-line-faces :group 'basic-faces) -;; No need to define aliases of this form for new faces. -(define-obsolete-face-alias 'modeline 'mode-line "21.1") (defface mode-line-inactive '((default -- 2.39.2