diff --git a/lisp/textmodes/dns-mode.el b/lisp/textmodes/dns-mode.el index 0167c757473..1b5f0c1d94b 100644 --- a/lisp/textmodes/dns-mode.el +++ b/lisp/textmodes/dns-mode.el @@ -131,6 +131,7 @@ manually with \\[dns-mode-soa-increment-serial]." (let ((table (make-syntax-table))) (modify-syntax-entry ?\; "< " table) (modify-syntax-entry ?\n "> " table) + (modify-syntax-entry ?\" "\"" table) table) "Syntax table in use in DNS master file buffers.")