diff options
| author | Eli Zaretskii | 2025-08-16 14:41:41 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2025-08-16 14:41:41 +0300 |
| commit | eb8d0d7afe39c827cd4e35e97cd2c8bf4dbdf73e (patch) | |
| tree | 7e24056fdc430174e98fc5c498829c6dad52deb4 /lisp/progmodes/executable.el | |
| parent | 4983985b80e853c4b85543478d1bb0eac248768f (diff) | |
| parent | 3516479b58d9678def0310d951f0e3ed2acb68c6 (diff) | |
| download | emacs-eb8d0d7afe39c827cd4e35e97cd2c8bf4dbdf73e.tar.gz emacs-eb8d0d7afe39c827cd4e35e97cd2c8bf4dbdf73e.zip | |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/progmodes/executable.el')
| -rw-r--r-- | lisp/progmodes/executable.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el index b003b75b0e4..aa3a74d30fa 100644 --- a/lisp/progmodes/executable.el +++ b/lisp/progmodes/executable.el | |||
| @@ -180,7 +180,7 @@ command to find the next error. The buffer is also in `comint-mode' and | |||
| 180 | `compilation-shell-minor-mode', so that you can answer any prompts." | 180 | `compilation-shell-minor-mode', so that you can answer any prompts." |
| 181 | (interactive (list (read-string "Run script: " | 181 | (interactive (list (read-string "Run script: " |
| 182 | (or executable-command | 182 | (or executable-command |
| 183 | buffer-file-name)))) | 183 | (file-local-name buffer-file-name))))) |
| 184 | (require 'compile) | 184 | (require 'compile) |
| 185 | (save-some-buffers (not compilation-ask-about-save)) | 185 | (save-some-buffers (not compilation-ask-about-save)) |
| 186 | (setq-local executable-command command) | 186 | (setq-local executable-command command) |