1 Jul 2011 01:27
[gnus git] branch master updated: n0-17-123-gdd5c9c2 =1= Replace string-match-p with string-match for old Emacsen.
Katsumi Yamaoka <yamaoka <at> jpl.org>
2011-06-30 23:27:01 GMT
2011-06-30 23:27:01 GMT
via dd5c9c2cc48fb25d6e6df11717b17c2746ac54ae (commit)
from cc52ad34d2922b013fd8026d0728617261979da6 (commit)
- Log -----------------------------------------------------------------
commit dd5c9c2cc48fb25d6e6df11717b17c2746ac54ae
Author: Katsumi Yamaoka <yamaoka <at> jpl.org>
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
<at> <at> -1,3 +1,8 <at> <at>
+2011-06-30 Katsumi Yamaoka <yamaoka <at> jpl.org>
+
+ * mml2015.el (mml2015-use): Replace string-match-p with string-match
+ for old Emacsen.
+
2011-06-30 Daiki Ueno <ueno <at> unixuser.org>
* 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
<at> <at> -59,7 +59,7 <at> <at>
;; Don't load PGG if it is marked as obsolete
;; (Emacs 24).
(Continue reading)
RSS Feed