diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/textmodes/dns-mode.el | 1 |
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. |