]> git.eshelyaron.com Git - emacs.git/commitdiff
dns-mode-soa-auto-increment-serial: safe if symbolp
authorStephen Gildea <stepheng+emacs@gildea.com>
Tue, 28 Jan 2020 05:28:21 +0000 (21:28 -0800)
committerStephen Gildea <stepheng+emacs@gildea.com>
Tue, 28 Jan 2020 05:35:17 +0000 (21:35 -0800)
* lisp/textmodes/dns-mode.el (dns-mode-soa-auto-increment-serial):
Mark variable as safe as a file local variable when symbolp.

lisp/textmodes/dns-mode.el

index 3bdea946105949bf2caa34d8bd177fb777d355c2..6dfea8f188779a722912d4ee032817f8e4e51397 100644 (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.