# HG changeset patch # User Chong Yidong # Date 1165248561 0 # Node ID a756f7ecaf2e87c43590f2a61a6263522a9979e2 # Parent 658f67519f93497c72a915e22ee493e9327c2016 (facemenu-unlisted-faces): Define as obsolete variable. diff -r 658f67519f93 -r a756f7ecaf2e lisp/facemenu.el --- 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.