From: yamaoka Date: Mon, 7 Apr 2003 01:21:07 +0000 (+0000) Subject: * nnmail.el (nnmail-split-it): Revoke the change of 1999-08-19. X-Git-Tag: t-gnus-6_15_18-00~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7f5d86c32296e9993985a4a4f556e79458b4908c;p=elisp%2Fgnus.git- * nnmail.el (nnmail-split-it): Revoke the change of 1999-08-19. --- diff --git a/ChangeLog b/ChangeLog index 6d2ff65..1bbafd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-04-07 Katsumi Yamaoka + + * lisp/nnmail.el (nnmail-split-it): Revoke the change of 1999-08-19. + 2003-04-03 Katsumi Yamaoka * lisp/pop3.el (pop3-uidl-support): Default to nil; change the diff --git a/lisp/nnmail.el b/lisp/nnmail.el index 0cdc420..66e656d 100644 --- a/lisp/nnmail.el +++ b/lisp/nnmail.el @@ -1331,7 +1331,7 @@ See the documentation for the variable `nnmail-split-fancy' for details." (setq value (cdr (assq value nnmail-split-abbrev-alist)))) ;; Someone might want to do a \N sub on this match, so get the ;; correct match positions. - (re-search-backward (concat "\\<" value "\\>") start-of-value)) + (re-search-backward value start-of-value)) (dolist (sp (nnmail-split-it (car split-rest))) (unless (member sp split-result) (push sp split-result))))))