aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/info.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2009-09-02 03:06:50 +0000
committerGlenn Morris <[email protected]>2009-09-02 03:06:50 +0000
commitc33d614d6537e0808661ebf7139c4430cf2d2852 (patch)
tree06149edcfa493592f8a16b37e7cb44b90cf7da63 /lisp/info.el
parent9f255bc3a8fd760f67d56ca1191eef5cd13e29c0 (diff)
(info-menu-5): Mark face alias as obsolete.
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index c0caf74287..f859ecf5df 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -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))