[gnus git] branch master updated: n0-15-22-g84dd30f =1= (gnus-score-string): Fix calling convention of `gnus-simplify-buffer-fuzzy' after last patches.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 84dd30f04ce233732f1320d7f619749bcb21b6f2 (commit)
from c40e5f3bc3aa4b7e6bd8e5f24d4c45fb7d5460c5 (commit)
- Log -----------------------------------------------------------------
commit 84dd30f04ce233732f1320d7f619749bcb21b6f2
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Mar 29 22:31:30 2011 +0200
(gnus-score-string): Fix calling convention of `gnus-simplify-buffer-fuzzy' after last patches.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c65aa99..1b737e9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2011-03-29 Lars Magne Ingebrigtsen <[email protected]>
+ * gnus-score.el (gnus-score-string): Fix calling convention of
+ `gnus-simplify-buffer-fuzzy' after last patches.
+
* gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
server for articles we didn't get any headers for. This is a sanity
check.
diff --git a/lisp/gnus-score.el b/lisp/gnus-score.el
index e376b7a..9bbfbfb 100644
--- a/lisp/gnus-score.el
+++ b/lisp/gnus-score.el
@@ -2151,7 +2151,7 @@ score in `gnus-newsgroup-scored' by SCORE."
;; Find fuzzy matches.
(when fuzzies
;; Simplify the entire buffer for easy matching.
- (gnus-simplify-buffer-fuzzy)
+ (gnus-simplify-buffer-fuzzy gnus-simplify-subject-fuzzy-regexp)
(while (setq kill (cadaar fuzzies))
(let* ((match (nth 0 kill))
(type (nth 3 kill))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 3 +++
lisp/gnus-score.el | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project