Mercurial > emacs
changeset 74423:fb9de3443cda
(facemenu-unlisted-faces): Put obsolescence info in the call to
`make-obsolete-variable', not in the docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 04 Dec 2006 16:49:31 +0000 |
parents | a756f7ecaf2e |
children | f1a3f7d43e60 |
files | lisp/facemenu.el |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/facemenu.el Mon Dec 04 16:09:21 2006 +0000 +++ b/lisp/facemenu.el Mon Dec 04 16:49:31 2006 +0000 @@ -137,10 +137,9 @@ ,(purecopy "^font-lock-") ,(purecopy "^gnus-") ,(purecopy "^message-") ,(purecopy "^ediff-") ,(purecopy "^term-") ,(purecopy "^vc-") ,(purecopy "^widget-") ,(purecopy "^custom-") ,(purecopy "^vm-")) - "*List of faces that are of no interest to the user. -This variable is obsolete, and has no effect on the Face menu. -Use the variable `facemenu-listed-faces' instead.") -(make-obsolete-variable 'facemenu-unlisted-faces 'facemenu-listed-faces) + "*List of faces that are of no interest to the user.") +(make-obsolete-variable 'facemenu-unlisted-faces 'facemenu-listed-faces + "since 22.1,\nand has no effect on the Face menu") (defcustom facemenu-listed-faces nil "*List of faces to include in the Face menu.