diff options
| author | Richard M. Stallman | 1996-01-05 02:25:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-01-05 02:25:26 +0000 |
| commit | fc30803c6d1efbe99444da6c6d585cfe7105f13e (patch) | |
| tree | f83935680dc6d1d73d932cb83c2f43b50e4d3f86 /lisp/progmodes/executable.el | |
| parent | 3c7b1b589fb160a6da64b68fc78b4d0963e6709a (diff) | |
| download | emacs-fc30803c6d1efbe99444da6c6d585cfe7105f13e.tar.gz emacs-fc30803c6d1efbe99444da6c6d585cfe7105f13e.zip | |
(interpreter-mode-alist): Modification deleted.
Diffstat (limited to 'lisp/progmodes/executable.el')
| -rw-r--r-- | lisp/progmodes/executable.el | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el index c0b3e99c227..2460891a8cf 100644 --- a/lisp/progmodes/executable.el +++ b/lisp/progmodes/executable.el | |||
| @@ -70,16 +70,6 @@ Typical values are 73 (+x) or -493 (rwxr-xr-x).") | |||
| 70 | 70 | ||
| 71 | (defvar executable-command nil) | 71 | (defvar executable-command nil) |
| 72 | 72 | ||
| 73 | |||
| 74 | ;; Autoload cookie deleted here because it made loaddefs.el fail to load. | ||
| 75 | ;; -rms | ||
| 76 | (or (assoc "tail" interpreter-mode-alist) | ||
| 77 | (nconc interpreter-mode-alist | ||
| 78 | '(("tail" . text-mode) | ||
| 79 | ("more" . text-mode) | ||
| 80 | ("less" . text-mode) | ||
| 81 | ("pg" . text-mode)))) | ||
| 82 | |||
| 83 | (defvar executable-self-display "tail" | 73 | (defvar executable-self-display "tail" |
| 84 | "*Command you use with argument `+2' to make text files self-display. | 74 | "*Command you use with argument `+2' to make text files self-display. |
| 85 | Note that the like of `more' doesn't work too well under Emacs \\[shell].") | 75 | Note that the like of `more' doesn't work too well under Emacs \\[shell].") |