]> git.eshelyaron.com Git - emacs.git/commitdiff
* locate.el (locate-fcodes-file, locate-header-face):
authorJuri Linkov <juri@jurta.org>
Fri, 30 Dec 2005 05:55:43 +0000 (05:55 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 30 Dec 2005 05:55:43 +0000 (05:55 +0000)
Add tag "None" to const nil.

lisp/locate.el

index 563300f6c03fc1bd5b85efe3f078fb85991d6e16..9676c84f80c90d238062a61ee32a136cff87e008 100644 (file)
 
 (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