+2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * mml2015.el (mml2015-use): Replace string-match-p with string-match
+ for old Emacsen.
+
2011-06-30 Daiki Ueno <ueno@unixuser.org>
* mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
;; Don't load PGG if it is marked as obsolete
;; (Emacs 24).
(when (and abs-file
- (not (string-match-p "/obsolete/[^/]*\\'"
- abs-file)))
+ (not (string-match "/obsolete/[^/]*\\'"
+ abs-file)))
(ignore-errors (require 'pgg))
(and (fboundp 'pgg-sign-region)
'pgg))))