diff options
Diffstat (limited to 'lisp/makesum.el')
-rw-r--r-- | lisp/makesum.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/makesum.el b/lisp/makesum.el index c392f190166..21fc693cfd6 100644 --- a/lisp/makesum.el +++ b/lisp/makesum.el @@ -85,8 +85,7 @@ Previous contents of that buffer are killed first." (defun double-column (start end) (interactive "r") - (let (half cnt - line lines nlines + (let (half line lines nlines (from-end (- (point-max) end))) (setq nlines (count-lines start end)) (if (<= nlines 1) |