]> git.eshelyaron.com Git - emacs.git/commitdiff
(locate-header-face): Allow nil in type.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Dec 2005 19:00:33 +0000 (19:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Dec 2005 19:00:33 +0000 (19:00 +0000)
lisp/locate.el

index 5934a572d4d0396267b30f0c86dc56dcd83867ee..563300f6c03fc1bd5b85efe3f078fb85991d6e16 100644 (file)
 
 (defcustom locate-header-face nil
   "*Face used to highlight the locate header."
-  :type 'face
+  :type '(choice face (const nil))
   :group 'locate)
 
 ;;;###autoload