Delete junk accidentally left in buffer on 4 March.
authorRichard M. Stallman <rms@gnu.org>
Thu, 12 Mar 1998 22:44:12 +0000 (22:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 12 Mar 1998 22:44:12 +0000 (22:44 +0000)
lisp/files.el

index 3a9ab31f308a336c7ef77c59de48d9c3b0156d6e..1060373f737d1f2788240b8c037f8e75383412ee 100644 (file)
@@ -1,7 +1,7 @@
 ;;; files.el --- file input and output commands for Emacs
 
 ;; Copyright (C) 1985, 86, 87, 92, 93,
-;;              94, 95, 1996 Free Software Foundation, Inc.
+;;              94, 95, 96, 97, 1998 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 
@@ -1232,19 +1232,6 @@ calling FUNCTION (if it's not nil), we delete the suffix that matched
 REGEXP and search the list again for another match.")
 
 
-
-
-To install,  put this in your .emacs:
-  (setq auto-mode-alist (cons '(\".zone$\" . zone-mode)
-                                 auto-mode-alist))
-or put ;-*-zone-*-
-on an the first line of the zone files.
-
-You may also need to add
-  (autoload 'zone-mode \"zone-mode\" "")
-
-Font-lock support assumes emacs-20.
-
 (defvar interpreter-mode-alist
   '(("perl" . perl-mode)
     ("perl5" . perl-mode)