* locate.el (locate-fcodes-file, locate-header-face):
Add tag "None" to const nil.
This commit is contained in:
parent
d1b6c8966f
commit
e0063bf6eb
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue