X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fdns-mode.el;h=1fe1ac6347ea3de4431e6b071ed0f6918bf6760e;hb=8bb74da7932287e4f5fd806aa6c7dae35256bdce;hp=beab676e307cb78973027e91998e28cfc31c36a7;hpb=80ab25bded9288034e5186ce67dc9ad665411fa5;p=gnus diff --git a/lisp/dns-mode.el b/lisp/dns-mode.el index beab676e3..1fe1ac634 100644 --- a/lisp/dns-mode.el +++ b/lisp/dns-mode.el @@ -1,10 +1,9 @@ ;;; dns-mode.el --- a mode for viewing/editing Domain Name System master files -;; Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007, 2008, 2009 -;; Free Software Foundation, Inc. +;; Copyright (C) 2000-2001, 2004-2014 Free Software Foundation, Inc. ;; Author: Simon Josefsson -;; Keywords: DNS master zone file SOA +;; Keywords: DNS master zone file SOA comm ;; This file is part of GNU Emacs. @@ -28,11 +27,6 @@ ;; C-c C-s Increment SOA serial. ;; Understands YYYYMMDDNN, Unix time, and serial number formats, ;; and complains if it fail to find SOA serial. -;; -;; Put something similar to the following in your ~/.emacs to use this file: -;; -;; (load "~/path/to/dns-mode.el") -;; (setq auto-mode-alist (cons '("\\.soa\\'" . dns-mode) auto-mode-alist)) ;;; References: @@ -222,9 +216,6 @@ This function is run from `before-save-hook'." ;; We return nil in case this is used in write-contents-functions. nil))) -;;;###autoload(add-to-list 'auto-mode-alist '("\\.soa\\'" . dns-mode)) - (provide 'dns-mode) -;; arch-tag: 6a179f0a-072f-49db-8b01-37b8f23998c0 ;;; dns-mode.el ends here