]> git.eshelyaron.com Git - emacs.git/commitdiff
(facemenu-unlisted-faces): Fix value.
authorDave Love <fx@gnu.org>
Thu, 7 Dec 2000 12:14:08 +0000 (12:14 +0000)
committerDave Love <fx@gnu.org>
Thu, 7 Dec 2000 12:14:08 +0000 (12:14 +0000)
lisp/facemenu.el

index 14eb5483b9c6624fc0e3d1451346291afae790ca..5230ca5196f74420fd9faa033a5e26300690219c 100644 (file)
@@ -136,10 +136,10 @@ just before \"Other\" at the end."
   :group 'facemenu)
 
 (defcustom 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-"))
+  `(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 not to include in the Face menu.
 Each element may be either a symbol, which is the name of a face, or a string,
 which is a regular expression to be matched against face names.  Matching