branch: externals/idlwave
commit ed1c40082b3ea390857799726699c816fffdbb84
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>
Finish defun (was not).
---
idlw-shell.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idlw-shell.el b/idlw-shell.el
index 2eb4aaba1d..0bb9ed164e 100644
--- a/idlw-shell.el
+++ b/idlw-shell.el
@@ -1682,9 +1682,9 @@ command queue."
(setq idlwave-shell-command-output nil)
-
;; Send any pending commands
- (idlwave-shell-send-command))
+ (idlwave-shell-send-command)))
+ (store-match-data data))))))
(defun idlwave-shell-sentinel (process event)
"The sentinel function for the IDLWAVE shell process."