From c6e44de22de8dfe7a5c9521201937a8302ec12c9 Mon Sep 17 00:00:00 2001 From: Pierre Courtieu Date: Tue, 24 Jan 2017 15:30:47 +0100 Subject: annoying missing parentheisis in a comment. --- generic/proof-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generic') diff --git a/generic/proof-utils.el b/generic/proof-utils.el index 75ddbf69..dff19e76 100644 --- a/generic/proof-utils.el +++ b/generic/proof-utils.el @@ -411,7 +411,7 @@ or if the window is the only window of its frame." ;; weird test cases: ;; cur=45, max=23, desired=121, extraline=0 ;; current height - ;;; ((cur-height (window-height window)) + ;;; (cur-height (window-height window)) ;; Most window is allowed to grow to ((max-height (/ (frame-height (window-frame window)) -- cgit v1.2.3