diff options
author | Glenn Morris <rgm@gnu.org> | 2009-09-02 03:06:50 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-09-02 03:06:50 +0000 |
commit | c33d614d6537e0808661ebf7139c4430cf2d2852 (patch) | |
tree | 06149edcfa493592f8a16b37e7cb44b90cf7da63 /lisp/info.el | |
parent | 9f255bc3a8fd760f67d56ca1191eef5cd13e29c0 (diff) | |
download | emacs-c33d614d6537e0808661ebf7139c4430cf2d2852.tar.gz |
(info-menu-5): Mark face alias as obsolete.
Diffstat (limited to 'lisp/info.el')
-rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index c0caf742877..f859ecf5dfb 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)) |