[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs/lisp info.el
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] emacs/lisp info.el |
Date: |
Wed, 02 Sep 2009 03:06:51 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Glenn Morris <gm> 09/09/02 03:06:51
Modified files:
lisp : info.el
Log message:
(info-menu-5): Mark face alias as obsolete.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/info.el?cvsroot=emacs&r1=1.563&r2=1.564
Patches:
Index: info.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/info.el,v
retrieving revision 1.563
retrieving revision 1.564
diff -u -b -r1.563 -r1.564
--- info.el 1 Sep 2009 07:24:18 -0000 1.563
+++ info.el 2 Sep 2009 03:06:50 -0000 1.564
@@ -121,7 +121,7 @@
(t :underline t))
"Face for every third `*' in an Info menu."
:group 'info)
-(put 'info-menu-5 'face-alias 'info-menu-star)
+(define-obsolete-face-alias 'info-menu-5 'info-menu-star "22.1")
(defface info-xref
'((t :inherit link))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs/lisp info.el,
Glenn Morris <=