diff options
author | Dave Love <fx@gnu.org> | 2000-12-07 12:14:08 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-12-07 12:14:08 +0000 |
commit | 74a723ded2dfdd80c7d6d18ca134bd73b7d950ee (patch) | |
tree | 5edfc323199869d3f4f055964d5eab25d66f3c4d /lisp/facemenu.el | |
parent | 003dabb730091d9e8d668e72b587c5bd3797536f (diff) | |
download | emacs-74a723ded2dfdd80c7d6d18ca134bd73b7d950ee.tar.gz |
(facemenu-unlisted-faces): Fix value.
Diffstat (limited to 'lisp/facemenu.el')
-rw-r--r-- | lisp/facemenu.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/facemenu.el b/lisp/facemenu.el index 14eb5483b9c..5230ca5196f 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 |