changeset 67805:db0589c47898

(locate-header-face): Allow nil in type.
author Richard M. Stallman <rms@gnu.org>
date Sun, 25 Dec 2005 19:00:33 +0000
parents 94fe1fa6b39f
children df2cba483a7b
files lisp/locate.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/locate.el	Sun Dec 25 18:59:47 2005 +0000
+++ b/lisp/locate.el	Sun Dec 25 19:00:33 2005 +0000
@@ -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