From: Juri Linkov Date: Fri, 30 Dec 2005 05:55:43 +0000 (+0000) Subject: * locate.el (locate-fcodes-file, locate-header-face): X-Git-Tag: emacs-pretest-22.0.90~4987 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e0063bf6eb5d38bf65b06d766c3b47a383ae77dc;p=emacs.git * locate.el (locate-fcodes-file, locate-header-face): Add tag "None" to const nil. --- diff --git a/lisp/locate.el b/lisp/locate.el index 563300f6c03..9676c84f80c 100644 --- a/lisp/locate.el +++ b/lisp/locate.el @@ -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