aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/locate.el2
1 files changed, 1 insertions, 1 deletions
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 @@
149 149
150(defcustom locate-header-face nil 150(defcustom locate-header-face nil
151 "*Face used to highlight the locate header." 151 "*Face used to highlight the locate header."
152 :type 'face 152 :type '(choice face (const nil))
153 :group 'locate) 153 :group 'locate)
154 154
155;;;###autoload 155;;;###autoload