mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 12:40:49 -08:00
(locate-header-face): Allow nil in type.
This commit is contained in:
parent
6728475c5c
commit
0e10acf613
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue