X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fdns-mode.el;h=0f1b71eeedc749fcfe08cd9710017ebce32e6509;hb=8047583c8c86a5c6a61bddc27b391042e39e1ce5;hp=db38277ef17ccf91c4c0f76a66f5cfc44c3aabcb;hpb=a53a94a7f37fe10f3803e29dcaf176ef882e0621;p=elisp%2Fgnus.git- diff --git a/lisp/dns-mode.el b/lisp/dns-mode.el index db38277..0f1b71e 100644 --- a/lisp/dns-mode.el +++ b/lisp/dns-mode.el @@ -4,20 +4,20 @@ ;; Author: Simon Josefsson ;; Keywords: DNS master zone file SOA -;; This file is not part of GNU Emacs. +;; This file is part of GNU Emacs. -;; This file is free software; you can redistribute it and/or modify -;; it under the terms of the GNU General Public License as published -;; by the Free Software Foundation; either version 2, or (at your -;; option) any later version. +;; GNU Emacs is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation; either version 2, or (at your option) +;; any later version. -;; This file is distributed in the hope that it will be useful, but -;; WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -;; General Public License for more details. +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with This file; see the file COPYING. If not, write to the +;; along with GNU Emacs; see the file COPYING. If not, write to the ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. @@ -43,6 +43,7 @@ ;; 2004-09-11 Posted on gnu.emacs.sources. ;; 2004-09-13 Ported to XEmacs. +;; 2004-09-14 Installed in Emacs CVS. ;;; Code: @@ -189,6 +190,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