projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecffc4d
)
* (gnus-read-newsrc-el-file): Bug (referring to unbounded variable) fix.
author
yamaoka
<yamaoka>
Fri, 18 Dec 1998 03:29:46 +0000
(
03:29
+0000)
committer
yamaoka
<yamaoka>
Fri, 18 Dec 1998 03:29:46 +0000
(
03:29
+0000)
lisp/gnus-start.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-start.el
b/lisp/gnus-start.el
index
eaa9ff1
..
c4d934f
100644
(file)
--- a/
lisp/gnus-start.el
+++ b/
lisp/gnus-start.el
@@
-1920,8
+1920,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