* (gnus-read-newsrc-el-file): Bug (referring to unbounded variable) fix.
authoryamaoka <yamaoka>
Fri, 18 Dec 1998 03:29:27 +0000 (03:29 +0000)
committeryamaoka <yamaoka>
Fri, 18 Dec 1998 03:29:27 +0000 (03:29 +0000)
lisp/gnus-start.el

index 8f40179..1237936 100644 (file)
@@ -1915,8 +1915,8 @@ If FORCE is non-nil, the .newsrc file is read."
   (let ((ding-file (concat file "d")))
     ;; We always, always read the .eld file.
     (gnus-message 5 "Reading %s..." ding-file)
-    (when (file-exists-p ding-file)
-      (let (gnus-newsrc-assoc)
+    (let (gnus-newsrc-assoc)
+      (when (file-exists-p ding-file)
        (condition-case nil
            (with-temp-buffer
              (insert-file-contents-as-coding-system