diff options
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].") |