branch: externals/idlwave
commit 8dd432c789f21e13f89a374524b6976c7e3da2aa
Author: JD Smith <jdtsm...@gmail.com>
Commit: JD Smith <jdtsm...@gmail.com>

    Hide redisplay output
---
 idlw-shell.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idlw-shell.el b/idlw-shell.el
index 96f0b5579f..8533b31ee7 100644
--- a/idlw-shell.el
+++ b/idlw-shell.el
@@ -2757,7 +2757,7 @@ If ENABLE is non-nil, enable them instead."
     (idlwave-shell-break-here 1 nil nil nil 'no-show)
     (idlwave-shell-cont 'no-show)
     (idlwave-shell-enable-all-bp 'enable 'no-update disabled))
-  (idlwave-shell-redisplay)) ; sync up everything at the end
+  (idlwave-shell-redisplay 'hide)) ; sync up everything at the end
 
 (defun idlwave-shell-break-this-module (&optional arg)
   (interactive "P")

Reply via email to