1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00

(locate-header-face): Allow nil in type.

This commit is contained in:
Richard M. Stallman 2005-12-25 19:00:33 +00:00
parent 6728475c5c
commit 0e10acf613

View file

@ -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