]> git.eshelyaron.com Git - emacs.git/commitdiff
(info-menu-5): Mark face alias as obsolete.
authorGlenn Morris <rgm@gnu.org>
Wed, 2 Sep 2009 03:06:50 +0000 (03:06 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 2 Sep 2009 03:06:50 +0000 (03:06 +0000)
lisp/info.el

index c0caf742877caf690fb9bcd615233e1aeadc6a14..f859ecf5dfbaf5e65eb5f458717755a7c1f7e3d3 100644 (file)
@@ -121,7 +121,7 @@ The Lisp code is executed when the node is selected.")
     (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))