]> code.delx.au - gnu-emacs/blobdiff - lisp/files.el
Merged in changes from CVS trunk.
[gnu-emacs] / lisp / files.el
index 208f0b915aecd3955989ae580b6c2799bc1ab1bd..138cced4845e58d4d56c6f886d295a6bd3d2be87 100644 (file)
@@ -1771,6 +1771,7 @@ in that case, this function acts as if `enable-local-variables' were t."
      ("\\.g\\'" . antlr-mode)
      ("\\.ses\\'" . ses-mode)
      ("\\.orig\\'" nil t)              ; from patch
+     ("\\.\\(soa\\|zone\\)\\'" . dns-mode)
      ("\\.in\\'" nil t)))
   "Alist of filename patterns vs corresponding major mode functions.
 Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION NON-NIL).