mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-13 17:26:40 -04:00
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
|
|
@ -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…
Reference in a new issue