Mercurial > emacs
changeset 67910:6b29582fc810
* locate.el (locate-fcodes-file, locate-header-face):
Add tag "None" to const nil.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 30 Dec 2005 05:55:43 +0000 |
parents | a01ca682e5e1 |
children | 6b887a742b11 |
files | lisp/locate.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/locate.el Fri Dec 30 05:14:38 2005 +0000 +++ b/lisp/locate.el Fri Dec 30 05:55:43 2005 +0000 @@ -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