Mercurial > emacs
diff lisp/progmodes/executable.el @ 14024:8a10a3485eef
(interpreter-mode-alist): Modification deleted.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Fri, 05 Jan 1996 02:25:26 +0000 |
| parents | bc084caba958 |
| children | 787061ad42ba |
line wrap: on
line diff
--- a/lisp/progmodes/executable.el Fri Jan 05 02:15:13 1996 +0000 +++ b/lisp/progmodes/executable.el Fri Jan 05 02:25:26 1996 +0000 @@ -70,16 +70,6 @@ (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].")
