comparison lisp/info.el @ 104791:dba547c05661

(info-menu-5): Mark face alias as obsolete.
author Glenn Morris <rgm@gnu.org>
date Wed, 02 Sep 2009 03:06:50 +0000
parents afa0e028ba97
children e2af9a73da8d
comparison
equal deleted inserted replaced
104790:f8b01ad24693 104791:dba547c05661
119 (defface info-menu-star 119 (defface info-menu-star
120 '((((class color)) :foreground "red1") 120 '((((class color)) :foreground "red1")
121 (t :underline t)) 121 (t :underline t))
122 "Face for every third `*' in an Info menu." 122 "Face for every third `*' in an Info menu."
123 :group 'info) 123 :group 'info)
124 (put 'info-menu-5 'face-alias 'info-menu-star) 124 (define-obsolete-face-alias 'info-menu-5 'info-menu-star "22.1")
125 125
126 (defface info-xref 126 (defface info-xref
127 '((t :inherit link)) 127 '((t :inherit link))
128 "Face for unvisited Info cross-references." 128 "Face for unvisited Info cross-references."
129 :group 'info) 129 :group 'info)