Emacs 22 support - use org-string-match-p
commitdc602f3b2eaa7d637b70aa138621a37641baeb7d
authorBernt Hansen <bernt@norang.ca>
Thu, 3 Jun 2010 13:10:57 +0000 (3 09:10 -0400)
committerCarsten Dominik <carsten.dominik@gmail.com>
Fri, 4 Jun 2010 19:01:29 +0000 (4 21:01 +0200)
tree0bd1223dcdffda12e5e21a964954c453f42faa65
parentadd40f96f1db917c3e028210d1ae09c3af60d071
Emacs 22 support - use org-string-match-p

* contrib/lisp/org-special-blocks.el (org-special-blocks-make-special-cookies):
Emacs 22 doesn't have string-match-p
* lisp/org-freemind.el (org-freemind-write-mm-buffer):
(org-freemind-get-node-style):
Emacs 22 doesn't have string-match-p
* lisp/org-html.el (org-html-make-link):
Use new org-string-match-p for compatibility
contrib/lisp/org-special-blocks.el
lisp/org-freemind.el
lisp/org-html.el