diff options
author | Deepak Goel <deego@gnufans.org> | 2007-12-06 20:25:35 +0000 |
---|---|---|
committer | Deepak Goel <deego@gnufans.org> | 2007-12-06 20:25:35 +0000 |
commit | 80d0675396769080b73ff01df587984020d7a0f8 (patch) | |
tree | 3272fd87ff4d9742923f9467afb24b886ce57f4c /lisp/gnus/gnus-start.el | |
parent | feac787c793552e48bef42499fb264cc44a4a3a1 (diff) | |
download | emacs-80d0675396769080b73ff01df587984020d7a0f8.tar.gz emacs-80d0675396769080b73ff01df587984020d7a0f8.tar.bz2 emacs-80d0675396769080b73ff01df587984020d7a0f8.zip |
Fix breakage from last change.
Diffstat (limited to 'lisp/gnus/gnus-start.el')
-rw-r--r-- | lisp/gnus/gnus-start.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index 100c28b9e80..75f9dda7c2b 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el @@ -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))))))))) |