diff options
| author | Paul Eggert | 2017-09-10 09:20:27 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-09-10 09:24:37 -0700 |
| commit | cdef84fb6893f69ffee1a99fe82a262e02e59bf5 (patch) | |
| tree | f26e8fe49677db19be4fad553ebf123d7b4bd478 /lisp/progmodes/executable.el | |
| parent | 4973788c6aa2636407b34da840088f635ba6914a (diff) | |
| download | emacs-cdef84fb6893f69ffee1a99fe82a262e02e59bf5.tar.gz emacs-cdef84fb6893f69ffee1a99fe82a262e02e59bf5.zip | |
Spelling fixes
* lisp/progmodes/cc-langs.el:
(c-ambiguous-overloadable-or-identifier-prefixes): Rename from
c-ambiguous-overloadable-or-identifier-prefices. Caller changed.
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 " |