From 74a723ded2dfdd80c7d6d18ca134bd73b7d950ee Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 7 Dec 2000 12:14:08 +0000 Subject: [PATCH] (facemenu-unlisted-faces): Fix value. --- lisp/facemenu.el | 8 ++++---- 1 file 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 -- 2.11.4.GIT