aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/executable.el
diff options
context:
space:
mode:
authorMichael Albinus2025-08-16 13:35:50 +0200
committerMichael Albinus2025-08-16 13:35:50 +0200
commit4cb84d3a786630db4565e5f856b206fc458fe4da (patch)
tree8d0ed16a013f798c02dd81e33032ae8974bc94e2 /lisp/progmodes/executable.el
parent8a6fdffed29c8db91a60ce6cb1ff6c232e1f7ec4 (diff)
parentf8a206937c9f548bd810153bf29f4f4a32d84c95 (diff)
downloademacs-4cb84d3a786630db4565e5f856b206fc458fe4da.tar.gz
emacs-4cb84d3a786630db4565e5f856b206fc458fe4da.zip
Merge from origin/emacs-30
f8a206937c9 executable-interpret: Handle remote file names c17168ebed9 ; * admin/make-tarball.txt: Fix typo and add details.
Diffstat (limited to 'lisp/progmodes/executable.el')
-rw-r--r--lisp/progmodes/executable.el2
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)