]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix breakage from last change.
authorDeepak Goel <deego@gnufans.org>
Thu, 6 Dec 2007 20:25:35 +0000 (20:25 +0000)
committerDeepak Goel <deego@gnufans.org>
Thu, 6 Dec 2007 20:25:35 +0000 (20:25 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-start.el

index afcb487bd1edd59f022869d590ebf39294c61c9f..d448f305cd047bb263b575a594aafb690cda9dae 100644 (file)
@@ -1,3 +1,7 @@
+2007-12-06  D. Goel  <deego3@gmail.com>
+
+       * gnus-start.el (gnus-load): Fix breakage from last change.
+
 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
index 100c28b9e805e66ec0b7a92226f7b80c8304521a..75f9dda7c2be66fc43438ee6759be7474ad8e925 100644 (file)
@@ -2393,7 +2393,7 @@ If FORCE is non-nil, the .newsrc file is read."
        (error
         (unless (eq (car type) 'end-of-file)
           (let ((errmsg (format "Error in %s line %d" file
-                                (count-lines (point-min (point))))))
+                                (count-lines (point-min) (point)))))
             (ding)
             (unless (gnus-yes-or-no-p (concat errmsg "; continue? "))
               (error "%s" errmsg)))))))))