* locate.el (locate-fcodes-file, locate-header-face):

Add tag "None" to const nil.
This commit is contained in:
Juri Linkov 2005-12-30 05:55:43 +00:00
parent d1b6c8966f
commit e0063bf6eb

View file

@ -144,12 +144,12 @@
(defcustom locate-fcodes-file nil
"*File name for the database of file names."
:type '(choice file (const nil))
:type '(choice (const :tag "None" nil) file)
:group 'locate)
(defcustom locate-header-face nil
"*Face used to highlight the locate header."
:type '(choice face (const nil))
:type '(choice (const :tag "None" nil) face)
:group 'locate)
;;;###autoload