# HG changeset patch # User Richard M. Stallman # Date 1135537233 0 # Node ID db0589c478982d13b871bd5009502a10221d682f # Parent 94fe1fa6b39fcdb587b154ef0163e4de21cf66a9 (locate-header-face): Allow nil in type. diff -r 94fe1fa6b39f -r db0589c47898 lisp/locate.el --- a/lisp/locate.el Sun Dec 25 18:59:47 2005 +0000 +++ b/lisp/locate.el Sun Dec 25 19:00:33 2005 +0000 @@ -149,7 +149,7 @@ (defcustom locate-header-face nil "*Face used to highlight the locate header." - :type 'face + :type '(choice face (const nil)) :group 'locate) ;;;###autoload