diff options
| author | Pierre Courtieu | 2017-03-03 19:00:39 +0100 |
|---|---|---|
| committer | GitHub | 2017-03-03 19:00:39 +0100 |
| commit | 35f006ae2d7ca192742d2f22d7ee0d4926adbeb2 (patch) | |
| tree | db07c5bc056e0e4d15824a55d05e66349792f48b /generic | |
| parent | 27f06f406594632f35c6625f27875c891233511a (diff) | |
| parent | f8a4f52b88af2bea94008b6b66cdd3f38eb46df7 (diff) | |
Merge pull request #163 from ProofGeneral/fix_indentation
Fix indentation
Diffstat (limited to 'generic')
| -rw-r--r-- | generic/proof-utils.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |
