From: yamaoka Date: Mon, 7 Apr 2003 01:21:19 +0000 (+0000) Subject: * nnmail.el (nnmail-split-it): Revoke the change of 1999-08-19. X-Git-Tag: t-gnus-6_15_19-00-quimby~9 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=42fd2797c496b57c48d635becdcdec09f06e7c61;p=elisp%2Fgnus.git- * nnmail.el (nnmail-split-it): Revoke the change of 1999-08-19. --- diff --git a/ChangeLog b/ChangeLog index bd0e5a6..03d7585 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 6095820..14ee4c5 100644 --- a/lisp/nnmail.el +++ b/lisp/nnmail.el @@ -1332,7 +1332,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))))))