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:
parent
e0063bf6eb
commit
446efb6a85
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user