Mercurial > emacs
diff lisp/progmodes/executable.el @ 12812:39e721f1681f
(interpreter-mode-alist): Delete autoload cookie.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 09 Aug 1995 22:42:34 +0000 |
| parents | 9f5037515993 |
| children | 9066b33175e6 |
line wrap: on
line diff
--- a/lisp/progmodes/executable.el Wed Aug 09 22:39:32 1995 +0000 +++ b/lisp/progmodes/executable.el Wed Aug 09 22:42:34 1995 +0000 @@ -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 @@ (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)
