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:
Stephen Gildea 2020-01-27 21:28:21 -08:00
parent abf0f8666d
commit 1bcac29b2f

View file

@ -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.