branch: externals/idlwave commit 89b69111101b5b28493e8fff28355cfe2756af09 Author: JD Smith <jdtsm...@gmail.com> Commit: JD Smith <jdtsm...@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)))