changeset 14024:8a10a3485eef

(interpreter-mode-alist): Modification deleted.
author Richard M. Stallman <rms@gnu.org>
date Fri, 05 Jan 1996 02:25:26 +0000
parents 1c9beae43583
children c73d14ef6a6a
files lisp/progmodes/executable.el
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
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].")