(gnus-load): Replace `ding-file' with `file'.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 31 Dec 2002 03:05:59 +0000 (03:05 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 31 Dec 2002 03:05:59 +0000 (03:05 +0000)
lisp/ChangeLog
lisp/gnus-start.el

index 8462001..a689811 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
+
 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-start.el (gnus-load): New function.
index 8757d16..d5a9859 100644 (file)
@@ -2173,7 +2173,7 @@ If FORCE is non-nil, the .newsrc file is read."
            (eval form))
        (error
         (unless (eq (car type) 'end-of-file)
-          (let ((error (format "Error in %s line %d" ding-file
+          (let ((error (format "Error in %s line %d" file
                                (count-lines (point-min) (point)))))
             (ding)
             (unless (gnus-yes-or-no-p (concat error "; continue? "))