1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00

(delphi-other-face): Add tag "None" to const nil.

This commit is contained in:
Juri Linkov 2005-12-30 05:56:17 +00:00
parent e0063bf6eb
commit 446efb6a85

View File

@ -177,7 +177,7 @@ differs from the default."
(defcustom delphi-other-face nil
"*Face used to color everything else."
:type '(choice face (const nil))
:type '(choice (const :tag "None" nil) face)
:group 'delphi)
(defconst delphi-directives