aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/facemenu.el
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-12-07 12:14:08 +0000
committerDave Love <[email protected]>2000-12-07 12:14:08 +0000
commit74a723ded2dfdd80c7d6d18ca134bd73b7d950ee (patch)
tree5edfc323199869d3f4f055964d5eab25d66f3c4d /lisp/facemenu.el
parent003dabb730091d9e8d668e72b587c5bd3797536f (diff)
(facemenu-unlisted-faces): Fix value.
Diffstat (limited to 'lisp/facemenu.el')
-rw-r--r--lisp/facemenu.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/facemenu.el b/lisp/facemenu.el
index 14eb5483b9..5230ca5196 100644
--- a/lisp/facemenu.el
+++ b/lisp/facemenu.el
@@ -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