From 7f5d86c32296e9993985a4a4f556e79458b4908c Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 7 Apr 2003 01:21:07 +0000 Subject: [PATCH] * nnmail.el (nnmail-split-it): Revoke the change of 1999-08-19. --- ChangeLog | 4 ++++ lisp/nnmail.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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)))))) -- 1.7.10.4