From: Richard M. Stallman Date: Fri, 5 Jan 1996 02:25:26 +0000 (+0000) Subject: (interpreter-mode-alist): Modification deleted. X-Git-Tag: emacs-19.34~1836 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc30803c6d1efbe99444da6c6d585cfe7105f13e;p=emacs.git (interpreter-mode-alist): Modification deleted. --- 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).") (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].")