dns-mode-soa-auto-increment-serial: safe if symbolp
* lisp/textmodes/dns-mode.el (dns-mode-soa-auto-increment-serial): Mark variable as safe as a file local variable when symbolp.
This commit is contained in:
parent
abf0f8666d
commit
1bcac29b2f
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ manually with \\[dns-mode-soa-increment-serial]."
|
|||
:type '(choice (const :tag "Always" t)
|
||||
(const :tag "Ask" ask)
|
||||
(const :tag "Never" nil))
|
||||
:safe 'symbolp
|
||||
:group 'dns-mode)
|
||||
|
||||
;; Syntax table.
|
||||
|
|
Loading…
Add table
Reference in a new issue