Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b0d2a9e7
Commit
b0d2a9e7
authored
Mar 12, 1998
by
Richard M. Stallman
Browse files
Delete junk accidentally left in buffer on 4 March.
parent
8828ae9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
14 deletions
+1
-14
lisp/files.el
lisp/files.el
+1
-14
No files found.
lisp/files.el
View file @
b0d2a9e7
;;; files.el --- file input and output commands for Emacs
;; Copyright (C) 1985, 86, 87, 92, 93,
;; 94, 95, 199
6
Free Software Foundation, Inc.
;; 94, 95,
96, 97,
199
8
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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment