summaryrefslogtreecommitdiff
path: root/lisp/textmodes/dns-mode.el
diff options
context:
space:
mode:
authorStephen Gildea <stepheng+emacs@gildea.com>2020-01-27 21:28:21 -0800
committerStephen Gildea <stepheng+emacs@gildea.com>2020-01-27 21:35:17 -0800
commit1bcac29b2f9980bf47f64217a3b6be5979051fe6 (patch)
tree454c79838d64a7b8352bf5129ae5ff0c7dfb5468 /lisp/textmodes/dns-mode.el
parentabf0f8666d92135a9d5f367c3b241496f370b8c0 (diff)
downloademacs-1bcac29b2f9980bf47f64217a3b6be5979051fe6.tar.gz
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.
Diffstat (limited to 'lisp/textmodes/dns-mode.el')
-rw-r--r--lisp/textmodes/dns-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/dns-mode.el b/lisp/textmodes/dns-mode.el
index 3bdea946105..6dfea8f1887 100644
--- a/lisp/textmodes/dns-mode.el
+++ b/lisp/textmodes/dns-mode.el
@@ -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.