aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq.el
diff options
context:
space:
mode:
authorGravatar Paul Steckler <steck@stecksoft.com>2017-03-06 12:55:42 -0500
committerGravatar Paul Steckler <steck@stecksoft.com>2017-03-06 12:55:42 -0500
commit1d1c71d407ed843b01c019e88a5c4f786bfeecb9 (patch)
tree896f7170fecffa6913d57248c3b4ddbadc48fbcf /coq/coq.el
parente7c02888378d989e21caee07c0c4818168e34c16 (diff)
one more redundant call removed
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 09ee4d74..4b9104f8 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -2681,7 +2681,7 @@ Only when three-buffer-mode is enabled."
(goals-window (get-buffer-window proof-goals-buffer t)))
(when (and response-window
(> (frame-height) 10))
- (with-selected-window (get-buffer-window proof-response-buffer)
+ (with-selected-window response-window
(with-current-buffer proof-response-buffer
(let* ((response-height (window-text-height response-window))
(goals-height (window-text-height goals-window))