Synch to No Gnus 200409131634.
authoryamaoka <yamaoka>
Mon, 13 Sep 2004 21:59:21 +0000 (21:59 +0000)
committeryamaoka <yamaoka>
Mon, 13 Sep 2004 21:59:21 +0000 (21:59 +0000)
lisp/ChangeLog
lisp/dns-mode.el

index a3ad074..8ade4e0 100644 (file)
@@ -1,5 +1,7 @@
 2004-09-13  Simon Josefsson  <jas@extundo.com>
 
+       * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
+
        * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
 
        * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
index db38277..82fc5e4 100644 (file)
@@ -189,6 +189,8 @@ Turning on DNS mode runs `dns-mode-hook'."
              (message "Replaced old serial %s with %s" serial new))
          (error "Cannot locate serial number in SOA record"))))))
 
+;;;###autoload(add-to-list 'auto-mode-alist '("\\.soa\\'" . dns-mode))
+
 (provide 'dns-mode)
 
 ;;; dns-mode.el ends here