XEmacs compatibility improvements
commit4f29c630d8dd92a37ea177e594d9e15d3d590464
authorAchim Gratz <Stromeko@Stromeko.DE>
Mon, 7 May 2012 20:37:31 +0000 (7 22:37 +0200)
committerBastien Guerry <bzg@altern.org>
Fri, 18 May 2012 05:45:45 +0000 (18 07:45 +0200)
treee3f51798a82ca60dbf8b8fd68c0eb764c78163b9
parente7d2e4e18694cb8c4bec5a81815bf7ef9c8078a6
XEmacs compatibility improvements

* lisp/org-compat.el (org-find-library-dir): rename
  org-find-library-name (misleading) and implement with a function
  that exists identically in Emacs/XEmacs.

* UTILITIES/org-fixup.el: change calls to org-find-library-dir.
  Simplify invocations of git, use the same arguments as in targets.mk
  and use only functions that work the same in EMacs and XEmacs.

* lisp/org-exp-blocks.el: change calls to org-find-library-dir.

* lisp/org.el: change calls to org-find-library-dir.  Make require for
  noutline fail silently because it is missing from XEmacs.
UTILITIES/org-fixup.el
lisp/org-compat.el
lisp/org-exp-blocks.el
lisp/org.el