aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq.el
diff options
context:
space:
mode:
authorGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-11-12 23:28:31 -0500
committerGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-11-12 23:28:31 -0500
commit94499e1d47e93e6bcfecce7b23525b34ff083c32 (patch)
tree51fea23d797d1b1858c45c38b2a1446b16dd3afd /coq/coq.el
parent327a74941217619a9432205501c0685201aed5ad (diff)
Tentative fix for #10
Diffstat (limited to 'coq/coq.el')
-rw-r--r--coq/coq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 2b9b6813..7dee81e8 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -1189,7 +1189,7 @@ necessary.")
(defun coq-goals-window-width ()
(let*
- ((goals-wins (get-buffer-window-list proof-goals-buffer))
+ ((goals-wins (get-buffer-window-list proof-goals-buffer nil t))
(dummy (if (not (eq 1 (length goals-wins)))
(message "Zero or more than one goals window, guessing window width.")))
(goal-win (car goals-wins)))