X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b14e3e21ec6702d27257a1400681fc36ee10282f..a3dae87a1b5405d2bffde7c2d829a5dbfc7ff274:/lisp/makesum.el diff --git a/lisp/makesum.el b/lisp/makesum.el index c392f19016..21fc693cfd 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)