diff options
Diffstat (limited to 'lisp/progmodes/executable.el')
| -rw-r--r-- | lisp/progmodes/executable.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el index 7c040e74955..ebdb516de18 100644 --- a/lisp/progmodes/executable.el +++ b/lisp/progmodes/executable.el | |||
| @@ -228,8 +228,8 @@ executable." | |||
| 228 | (and argument (string< "" argument) " ") | 228 | (and argument (string< "" argument) " ") |
| 229 | argument)) | 229 | argument)) |
| 230 | 230 | ||
| 231 | ;; For backward compatibilty, allow `executable-prefix-env' to be | 231 | ;; For backward compatibility, allow `executable-prefix-env' to be |
| 232 | ;; overriden by custom `executable-prefix'. | 232 | ;; overridden by custom `executable-prefix'. |
| 233 | (if (string-match "#!\\([ \t]*/usr/bin/env[ \t]*\\)?$" executable-prefix) | 233 | (if (string-match "#!\\([ \t]*/usr/bin/env[ \t]*\\)?$" executable-prefix) |
| 234 | (if executable-prefix-env | 234 | (if executable-prefix-env |
| 235 | (setq argument (concat "/usr/bin/env " | 235 | (setq argument (concat "/usr/bin/env " |