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:
813d289
)
Synch to No Gnus 200409290636.
author
yamaoka
<yamaoka>
Wed, 29 Sep 2004 06:40:54 +0000
(06:40 +0000)
committer
yamaoka
<yamaoka>
Wed, 29 Sep 2004 06:40:54 +0000
(06:40 +0000)
lisp/gnus-cache.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-cache.el
b/lisp/gnus-cache.el
index
8fad811
..
68dc1b1
100644
(file)
--- a/
lisp/gnus-cache.el
+++ b/
lisp/gnus-cache.el
@@
-126,8
+126,7
@@
it's not cached."
(overview-file (gnus-cache-file-name
(car gnus-cache-buffer) ".overview")))
;; write the overview only if it was modified
- (when (and (buffer-live-p buffer)
- (buffer-modified-p buffer))
+ (when (and (buffer-live-p buffer) (buffer-modified-p buffer))
(with-current-buffer buffer
(if (> (buffer-size) 0)
;; Non-empty overview, write it to a file.