From: yamaoka Date: Fri, 18 Dec 1998 03:29:27 +0000 (+0000) Subject: * (gnus-read-newsrc-el-file): Bug (referring to unbounded variable) fix. X-Git-Tag: gnus-6_9-199812181900~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9209e2946a7244475daa34b90d98efb1b219b4ec;p=elisp%2Fgnus.git- * (gnus-read-newsrc-el-file): Bug (referring to unbounded variable) fix. --- diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index 8f40179..1237936 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -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