Mercurial > emacs
changeset 74422:a756f7ecaf2e
(facemenu-unlisted-faces): Define as obsolete variable.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 04 Dec 2006 16:09:21 +0000 |
parents | 658f67519f93 |
children | fb9de3443cda |
files | lisp/facemenu.el |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/facemenu.el Mon Dec 04 16:09:09 2006 +0000 +++ b/lisp/facemenu.el Mon Dec 04 16:09:21 2006 +0000 @@ -132,6 +132,16 @@ :type 'boolean :group 'facemenu) +(defvar facemenu-unlisted-faces + `(modeline region secondary-selection highlight scratch-face + ,(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) + (defcustom facemenu-listed-faces nil "*List of faces to include in the Face menu. Each element should be a symbol, the name of a face.