diff options
| author | David Aspinall | 1998-11-25 12:54:17 +0000 |
|---|---|---|
| committer | David Aspinall | 1998-11-25 12:54:17 +0000 |
| commit | 7911edd7f10cd80890d68760750b3a39bc8fbd89 (patch) | |
| tree | 94c765e035cce76db9c2620680d629b017ab3733 | |
| parent | 4e201c339ab1ba9c7960caa05975741a63e56bf2 (diff) | |
Note about suspected bug in lego-shell-adjust-line-width.
| -rw-r--r-- | lego/lego.el | 3 |
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 |
