From 1bcac29b2f9980bf47f64217a3b6be5979051fe6 Mon Sep 17 00:00:00 2001 From: Stephen Gildea Date: Mon, 27 Jan 2020 21:28:21 -0800 Subject: [PATCH] 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. --- lisp/textmodes/dns-mode.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.2