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

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

[elpa] externals/idlwave 89b6911110 277/360: Don't attempt to "escape ma


From: ELPA Syncer
Subject: [elpa] externals/idlwave 89b6911110 277/360: Don't attempt to "escape main" on retall.
Date: Sun, 28 Apr 2024 00:59:33 -0400 (EDT)

branch: externals/idlwave
commit 89b69111101b5b28493e8fff28355cfe2756af09
Author: JD Smith <jdtsmith@gmail.com>
Commit: JD Smith <jdtsmith@gmail.com>

    Don't attempt to "escape main" on retall.
---
 idlw-shell.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idlw-shell.el b/idlw-shell.el
index 80330cbe2c..9ee6b7e860 100644
--- a/idlw-shell.el
+++ b/idlw-shell.el
@@ -2049,7 +2049,7 @@ session.  Using .skip and .out, we can escape the 
routine."
   "Return from the entire calling stack."
   (interactive "P")
   (save-selected-window
-    (idlwave-shell-send-command "retall" 'idlwave-shell-escape-main-program
+    (idlwave-shell-send-command "retall" nil 
;'idlwave-shell-escape-main-program
                                (if (idlwave-shell-hide-p 'misc) 'mostly)
                                nil 'show-if-error 'redisplay)))
 



reply via email to

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