[gnus git] branch master updated: n0-17-123-gdd5c9c2 =1= Replace string-match-p with string-match for old Emacsen.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via dd5c9c2cc48fb25d6e6df11717b17c2746ac54ae (commit)
from cc52ad34d2922b013fd8026d0728617261979da6 (commit)
- Log -----------------------------------------------------------------
commit dd5c9c2cc48fb25d6e6df11717b17c2746ac54ae
Author: Katsumi Yamaoka <[email protected]>
Date: Thu Jun 30 23:26:30 2011 +0000
Replace string-match-p with string-match for old Emacsen.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index af728c9..8369986 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-06-30 Katsumi Yamaoka <[email protected]>
+
+ * mml2015.el (mml2015-use): Replace string-match-p with string-match
+ for old Emacsen.
+
2011-06-30 Daiki Ueno <[email protected]>
* mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
diff --git a/lisp/mml2015.el b/lisp/mml2015.el
index d7070ef..7d8a411 100644
--- a/lisp/mml2015.el
+++ b/lisp/mml2015.el
@@ -59,7 +59,7 @@
;; Don't load PGG if it is marked as obsolete
;; (Emacs 24).
(when (and abs-file
- (not (string-match-p "/obsolete/[^/]*\\'"
+ (not (string-match "/obsolete/[^/]*\\'"
abs-file)))
(ignore-errors (require 'pgg))
(and (fboundp 'pgg-sign-region)
-----------------------------------------------------------------------
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 | 5 +++++
lisp/mml2015.el | 4 ++--
2 files changed, 7 insertions(+), 2 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