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

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

[nongnu] elpa/forth-mode 186bae4853 083/153: Fix set-process-window-size


From: ELPA Syncer
Subject: [nongnu] elpa/forth-mode 186bae4853 083/153: Fix set-process-window-size parameter order.
Date: Sat, 29 Jan 2022 08:02:20 -0500 (EST)

branch: elpa/forth-mode
commit 186bae4853cacea71bb14c4943d803fe578a3d35
Author: Lars Brinkhoff <lars.brinkhoff@delphi.com>
Commit: Lars Brinkhoff <lars.brinkhoff@delphi.com>

    Fix set-process-window-size parameter order.
---
 forth-interaction-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/forth-interaction-mode.el b/forth-interaction-mode.el
index 4c8c820c6d..760fc23fbf 100644
--- a/forth-interaction-mode.el
+++ b/forth-interaction-mode.el
@@ -72,7 +72,7 @@
       (run-hooks 'run-forth-hooks)
       (make-comint-in-buffer "forth" buffer forth-executable)
       (set-process-window-size (get-buffer-process buffer)
-                              (window-width) (window-height))
+                              (window-height) (window-width))
       (set-process-sentinel (get-buffer-process buffer)
                            'forth-interaction-sentinel)
       (forth-interaction-mode)



reply via email to

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