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

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

[elpa] externals/idlwave 21b7b3b8ff 267/360: Redisplay if requested, in


From: ELPA Syncer
Subject: [elpa] externals/idlwave 21b7b3b8ff 267/360: Redisplay if requested, in with post-command hook
Date: Sun, 28 Apr 2024 00:59:31 -0400 (EDT)

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

    Redisplay if requested, in with post-command hook
---
 idlw-shell.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/idlw-shell.el b/idlw-shell.el
index 11b4e9b985..701a446f9a 100644
--- a/idlw-shell.el
+++ b/idlw-shell.el
@@ -1870,10 +1870,7 @@ position if no recognized message is found, unless it is
 
      ;; Otherwise, no particular state: remove line display if requested
      (t (setq idlwave-shell-current-state nil)
-       (if (and redisplay 
-                (not (eq redisplay 'disable))
-                (not (and idlwave-shell-current-command
-                          (nth 1 idlwave-shell-current-command)))) ; pcmd hook
+       (if redisplay 
            (idlwave-shell-display-line nil))))))
 
 



reply via email to

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