1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-17 17:58:46 +00:00

(interpreter-mode-alist): Modification deleted.

This commit is contained in:
Richard M. Stallman 1996-01-05 02:25:26 +00:00
parent 3c7b1b589f
commit fc30803c6d

View File

@ -70,16 +70,6 @@ Typical values are 73 (+x) or -493 (rwxr-xr-x).")
(defvar executable-command nil)
;; Autoload cookie deleted here because it made loaddefs.el fail to load.
;; -rms
(or (assoc "tail" interpreter-mode-alist)
(nconc interpreter-mode-alist
'(("tail" . text-mode)
("more" . text-mode)
("less" . text-mode)
("pg" . text-mode))))
(defvar executable-self-display "tail"
"*Command you use with argument `+2' to make text files self-display.
Note that the like of `more' doesn't work too well under Emacs \\[shell].")