# HG changeset patch # User Juri Linkov # Date 1135922143 0 # Node ID 6b29582fc810940d87b3d8405df830d74eb62a90 # Parent a01ca682e5e1c6a87d96942aff416a836fb641b1 * locate.el (locate-fcodes-file, locate-header-face): Add tag "None" to const nil. diff -r a01ca682e5e1 -r 6b29582fc810 lisp/locate.el --- 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