diff options
| author | Richard M. Stallman | 1995-08-09 22:42:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-08-09 22:42:34 +0000 |
| commit | 4a789a51431543291732b95ab266b2290f60dccf (patch) | |
| tree | 80950838b9daf0e882b77a953a47f9cdd478b484 /lisp/progmodes/executable.el | |
| parent | 5383bc6df99cfe5583b9f3a22ebd153cf5405b74 (diff) | |
| download | emacs-4a789a51431543291732b95ab266b2290f60dccf.tar.gz emacs-4a789a51431543291732b95ab266b2290f60dccf.zip | |
(interpreter-mode-alist): Delete autoload cookie.
Diffstat (limited to 'lisp/progmodes/executable.el')
| -rw-r--r-- | lisp/progmodes/executable.el | 5 |
1 files changed, 4 insertions, 1 deletions
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 @@ | |||
| 26 | ;; executable if it isn't. Support code for the likes of sh-, awk-, perl-, | 26 | ;; executable if it isn't. Support code for the likes of sh-, awk-, perl-, |
| 27 | ;; tcl- or makefile-mode. | 27 | ;; tcl- or makefile-mode. |
| 28 | 28 | ||
| 29 | ;; Would someone please explain clearly what this is to be used for? -- rms. | ||
| 30 | |||
| 29 | ;;; Code: | 31 | ;;; Code: |
| 30 | 32 | ||
| 31 | (defvar executable-insert 'not-modified | 33 | (defvar executable-insert 'not-modified |
| @@ -63,7 +65,8 @@ Typical values are 73 (+x) or -493 (rwxr-xr-x).") | |||
| 63 | (defvar executable-command nil) | 65 | (defvar executable-command nil) |
| 64 | 66 | ||
| 65 | 67 | ||
| 66 | ;;;###autoload | 68 | ;; Autoload cookie deleted here because it made loaddefs.el fail to load. |
| 69 | ;; -rms | ||
| 67 | (or (assoc "tail" interpreter-mode-alist) | 70 | (or (assoc "tail" interpreter-mode-alist) |
| 68 | (nconc interpreter-mode-alist | 71 | (nconc interpreter-mode-alist |
| 69 | '(("tail" . text-mode) | 72 | '(("tail" . text-mode) |