From f174885165e05cdd4a6655a49ac29db948029bf9 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sun, 14 Aug 2005 15:46:35 +0000 Subject: Fix plastic-shell-adjust-line-width for mutliple frame mode. --- plastic/plastic.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plastic/plastic.el b/plastic/plastic.el index f08e7146..debbc1a5 100644 --- a/plastic/plastic.el +++ b/plastic/plastic.el @@ -325,7 +325,7 @@ Given is the first SPAN which needs to be undone." ;; 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 plastic-shell-current-line-width) () ; else -- cgit v1.2.3