From: yamaoka Date: Mon, 13 Sep 2004 21:59:21 +0000 (+0000) Subject: Synch to No Gnus 200409131634. X-Git-Tag: t-gnus-6_17_4-quimby-~766 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=329c8f428caebbdc7ce51aabce7e46e4f8f63ec9;p=elisp%2Fgnus.git- Synch to No Gnus 200409131634. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a3ad074..8ade4e0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2004-09-13 Simon Josefsson + * 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 diff --git a/lisp/dns-mode.el b/lisp/dns-mode.el index db38277..82fc5e4 100644 --- a/lisp/dns-mode.el +++ b/lisp/dns-mode.el @@ -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