emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/locate.el


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/locate.el
Date: Fri, 30 Dec 2005 05:55:43 +0000

Index: emacs/lisp/locate.el
diff -u emacs/lisp/locate.el:1.33 emacs/lisp/locate.el:1.34
--- emacs/lisp/locate.el:1.33   Sun Dec 25 19:00:33 2005
+++ emacs/lisp/locate.el        Fri Dec 30 05:55:43 2005
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]