XEmacs 21.5 compilation fix
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 6 Sep 2012 02:18:01 +0000 (02:18 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 6 Sep 2012 02:18:01 +0000 (02:18 +0000)
commitf6b456bf14e4638970fbe61de6be8ccd525b0b5a
tree6612e003603d8b4879ffe5583f3666acfec65f24
parent94b354fe486e35b2dbff507edb11985a19fc9da0
XEmacs 21.5 compilation fix

* gnus-score.el (gnus-score-decode-text-parts): Use #' for
  mm-text-parts used in labels macro to make it work with XEmacs 21.5.
* gnus-util.el (gnus-string-prefix-p): New function, an alias to
  string-prefix-p in Emacs >=23.2.
* nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
  (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
  instead of string-match-p.
  (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
lisp/ChangeLog
lisp/gnus-score.el
lisp/gnus-util.el
lisp/nnmaildir.el