aboutsummaryrefslogtreecommitdiffhomepage
path: root/lego/lego.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-11-25 12:54:17 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-11-25 12:54:17 +0000
commit7911edd7f10cd80890d68760750b3a39bc8fbd89 (patch)
tree94c765e035cce76db9c2620680d629b017ab3733 /lego/lego.el
parent4e201c339ab1ba9c7960caa05975741a63e56bf2 (diff)
Note about suspected bug in lego-shell-adjust-line-width.
Diffstat (limited to 'lego/lego.el')
-rw-r--r--lego/lego.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lego/lego.el b/lego/lego.el
index 9c35572e..a15c2581 100644
--- a/lego/lego.el
+++ b/lego/lego.el
@@ -323,6 +323,9 @@ Given is the first SPAN which needs to be undone."
(set-buffer proof-shell-buffer)
(and (proof-shell-live-buffer)
(let ((current-width
+ ;; FIXME da: I suspect this is the wrong window to
+ ;; check the width of. Probably we want the width
+ ;; of proof-pbp-buffer?
(window-width (get-buffer-window proof-shell-buffer))))
(if (equal current-width lego-shell-current-line-width) ()
; else