From: Richard M. Stallman Date: Wed, 9 Aug 1995 22:42:34 +0000 (+0000) Subject: (interpreter-mode-alist): Delete autoload cookie. X-Git-Tag: emacs-19.34~3048 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a789a51431543291732b95ab266b2290f60dccf;p=emacs.git (interpreter-mode-alist): Delete autoload cookie. --- diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el index cc15ad964f1..3711ec4f67a 100644 --- a/lisp/progmodes/executable.el +++ b/lisp/progmodes/executable.el @@ -26,6 +26,8 @@ ;; executable if it isn't. Support code for the likes of sh-, awk-, perl-, ;; tcl- or makefile-mode. +;; Would someone please explain clearly what this is to be used for? -- rms. + ;;; Code: (defvar executable-insert 'not-modified @@ -63,7 +65,8 @@ Typical values are 73 (+x) or -493 (rwxr-xr-x).") (defvar executable-command nil) -;;;###autoload +;; 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) diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 3e5bc2165d7..1d6318e7cb7 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -51,7 +51,9 @@ (require 'executable) -;;;###autoload + +;; Autoload cookie deleted here because it made loaddefs.el fail to load. +;; -rms (or (assoc "sh" interpreter-mode-alist) (setq auto-mode-alist ;; matches files