]> git.eshelyaron.com Git - emacs.git/commitdiff
(facemenu-unlisted-faces): Define as obsolete variable.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 4 Dec 2006 16:09:21 +0000 (16:09 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 4 Dec 2006 16:09:21 +0000 (16:09 +0000)
lisp/facemenu.el

index 3db19342304cfdcb97cf8d401541b46ab743b45f..a489244728cd6e0e8c7eb48168bf4886e0a4660b 100644 (file)
@@ -132,6 +132,16 @@ just before \"Other\" at the end."
   :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.