changeset 21146:0d20aa45f493

Delete junk accidentally left in buffer on 4 March.
author Richard M. Stallman <rms@gnu.org>
date Thu, 12 Mar 1998 22:44:12 +0000
parents 469c3de61eb1
children 81b02a3ea5e0
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Thu Mar 12 06:59:25 1998 +0000
+++ b/lisp/files.el	Thu Mar 12 22:44:12 1998 +0000
@@ -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 @@
 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)