emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 1cdac8ef6a 1/2: * lisp/ob-eval.el (org-babel--get-s


From: ELPA Syncer
Subject: [elpa] externals/org 1cdac8ef6a 1/2: * lisp/ob-eval.el (org-babel--get-shell-file-name): Update fixme
Date: Wed, 23 Nov 2022 20:57:57 -0500 (EST)

branch: externals/org
commit 1cdac8ef6a917e27b679b686f3a984b12e6c5ee0
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    * lisp/ob-eval.el (org-babel--get-shell-file-name): Update fixme
---
 lisp/ob-eval.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/ob-eval.el b/lisp/ob-eval.el
index 17e10703a6..f57566079d 100644
--- a/lisp/ob-eval.el
+++ b/lisp/ob-eval.el
@@ -159,7 +159,8 @@ This buffer is named by `org-babel-error-buffer-name'."
   "Return system `shell-file-name', defaulting to /bin/sh.
 Unfortunately, `executable-find' does not support file name
 handlers.  Therefore, we could use it in the local case only."
-  ;; FIXME: This is generic enough that it should probably be in emacs, not 
org-mode
+  ;; FIXME: Since Emacs 27, `executable-find' accepts optional second
+  ;; argument supporting remote hosts.
   (cond ((and (not (file-remote-p default-directory))
              (executable-find shell-file-name))
         shell-file-name)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]