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:
2d84475
)
(gnus-summary-exit-no-update): Use `copy-sequence' instead of `copy-list'.
author
yamaoka
<yamaoka>
Wed, 24 Nov 1999 13:37:33 +0000
(13:37 +0000)
committer
yamaoka
<yamaoka>
Wed, 24 Nov 1999 13:37:33 +0000
(13:37 +0000)
lisp/gnus-sum.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-sum.el
b/lisp/gnus-sum.el
index
14fd895
..
9d5bb7e
100644
(file)
--- a/
lisp/gnus-sum.el
+++ b/
lisp/gnus-sum.el
@@
-5431,7
+5431,7
@@
gnus-exit-group-hook is called with no arguments if that value is non-nil."
(gnus-async-halt-prefetch)
(mapcar 'funcall
(delq 'gnus-summary-expire-articles
- (copy-list gnus-summary-prepare-exit-hook)))
+ (copy-sequence gnus-summary-prepare-exit-hook)))
;; If we have several article buffers, we kill them at exit.
(unless gnus-single-article-buffer
(gnus-kill-buffer gnus-article-buffer)