(interpreter-mode-alist): Modification deleted.
authorRichard M. Stallman <rms@gnu.org>
Fri, 5 Jan 1996 02:25:26 +0000 (02:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 5 Jan 1996 02:25:26 +0000 (02:25 +0000)
lisp/progmodes/executable.el

index c0b3e99..2460891 100644 (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].")