summaryrefslogtreecommitdiff
path: root/lisp/gnus/nnir.el
diff options
context:
space:
mode:
authorGnus developers <ding@gnus.org>2010-12-06 03:59:56 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2010-12-06 03:59:56 +0000
commit7454326ab9058b94b956d8c2ac3d3f340281467d (patch)
tree011d6bfb18c401e71e74444efd48f5a6970b9862 /lisp/gnus/nnir.el
parentc67e426e957225cbd792325e31e4d4178e3c66d3 (diff)
nnir.el (nnir-request-move-article): Remove obsolete code.
shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
Diffstat (limited to 'lisp/gnus/nnir.el')
-rw-r--r--lisp/gnus/nnir.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/gnus/nnir.el b/lisp/gnus/nnir.el
index b706d150f7..750218d4a9 100644
--- a/lisp/gnus/nnir.el
+++ b/lisp/gnus/nnir.el
@@ -676,10 +676,7 @@ Add an entry here when adding a new search engine.")
(to-newsgroup (nth 1 accept-form))
(to-method (gnus-find-method-for-group to-newsgroup))
(from-method (gnus-find-method-for-group artfullgroup))
- (move-is-internal (gnus-server-equal from-method to-method))
- (artsubject (mail-header-subject
- (gnus-data-header
- (assoc article (gnus-data-list nil))))))
+ (move-is-internal (gnus-server-equal from-method to-method)))
(unless (gnus-check-backend-function
'request-move-article artfullgroup)
(error "The group %s does not support article moving" artfullgroup))