From 0e10acf6138a412a3fa16555c94a951fc8a58aba Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 25 Dec 2005 19:00:33 +0000 Subject: [PATCH] (locate-header-face): Allow nil in type. --- lisp/locate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5