From e0063bf6eb5d38bf65b06d766c3b47a383ae77dc Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Fri, 30 Dec 2005 05:55:43 +0000 Subject: [PATCH] * locate.el (locate-fcodes-file, locate-header-face): Add tag "None" to const nil. --- lisp/locate.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5