projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e287da5
)
* lisp/gnus/gnus-sum.el (gnus-read-move-group-name): Use user-error
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 5 Feb 2020 03:32:39 +0000
(22:32 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 5 Feb 2020 03:32:39 +0000
(22:32 -0500)
lisp/gnus/gnus-sum.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-sum.el
b/lisp/gnus/gnus-sum.el
index 65a02638906e86377b9c0b59d9ed4bb854885214..a47e6576230eba99c3403dbbb944c1254f8e0800 100644
(file)
--- a/
lisp/gnus/gnus-sum.el
+++ b/
lisp/gnus/gnus-sum.el
@@
-12498,7
+12498,7
@@
save those articles instead."
(gnus-activate-group to-newsgroup nil nil to-method)
(gnus-subscribe-group to-newsgroup))
(error "Couldn't create group %s" to-newsgroup)))
- (error "No such group: %s" to-newsgroup))
+ (
user-
error "No such group: %s" to-newsgroup))
to-newsgroup)))
(defvar gnus-summary-save-parts-counter)