Replace fundamental-mode-hook with change-major-mode-after-body-hook.
[bpt/emacs.git] / lisp / makesum.el
index c392f19..21fc693 100644 (file)
@@ -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)