summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-03-12 22:44:12 +0000
committerRichard M. Stallman <rms@gnu.org>1998-03-12 22:44:12 +0000
commitb0d2a9e796b9e118cca56442be21675b58471ef4 (patch)
treee490b144b63f7ca1cd3d5cb8a86c03f7224b5123 /lisp/files.el
parent8828ae9b5e11e0be07716b24bb972243c62f8461 (diff)
downloademacs-b0d2a9e796b9e118cca56442be21675b58471ef4.tar.gz
Delete junk accidentally left in buffer on 4 March.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el15
1 files changed, 1 insertions, 14 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 3a9ab31f308..1060373f737 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -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)