From: Richard M. Stallman Date: Sun, 25 Dec 2005 19:00:33 +0000 (+0000) Subject: (locate-header-face): Allow nil in type. X-Git-Tag: emacs-pretest-22.0.90~5077 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0e10acf6138a412a3fa16555c94a951fc8a58aba;p=emacs.git (locate-header-face): Allow nil in type. --- diff --git a/lisp/locate.el b/lisp/locate.el index 5934a572d4d..563300f6c03 100644 --- a/lisp/locate.el +++ b/lisp/locate.el @@ -149,7 +149,7 @@ (defcustom locate-header-face nil "*Face used to highlight the locate header." - :type 'face + :type '(choice face (const nil)) :group 'locate) ;;;###autoload