aboutsummaryrefslogtreecommitdiffhomepage
path: root/lego/lego.el
diff options
context:
space:
mode:
Diffstat (limited to 'lego/lego.el')
-rw-r--r--lego/lego.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lego/lego.el b/lego/lego.el
index d5b882b9..1a6c10dd 100644
--- a/lego/lego.el
+++ b/lego/lego.el
@@ -285,7 +285,7 @@ Checks the width in the `proof-goals-buffer'"
;; Actually, one might sometimes
;; want to get the width of the proof-response-buffer
;; instead. Never mind.
- (window-width (get-buffer-window proof-goals-buffer))))
+ (window-width (get-buffer-window proof-goals-buffer t))))
(if (equal current-width lego-shell-current-line-width) ()
; else
(setq lego-shell-current-line-width current-width)