make functions in org-fixup.el more robust, add full build functionality
commit7b33d9f56bdc2deb235504f36483d0ec60b3853e
authorAchim Gratz <Stromeko@Stromeko.DE>
Sat, 19 May 2012 17:54:00 +0000 (19 19:54 +0200)
committerBastien Guerry <bzg@altern.org>
Sat, 19 May 2012 18:04:34 +0000 (19 20:04 +0200)
tree4ec0ab0901d387fdb02f6e672c0d6fc733688ae9
parent40a789ecd13f429705b2f57033a364e30928c49f
make functions in org-fixup.el more robust, add full build functionality

* UTILITIES/org-fixup.el(org-make-org-version): Use temporary buffer.

* UTILITIES/org-fixup.el(org-make-org-install): Use temporary buffer.

* UTILITIES/org-fixup.el(org-make-autoloads): New function, generates
  autoload files using (org-make-org-version)
  and (org-make-org-install).  Uses (org-fixup) to determine version
  strings.

* UTILITIES/org-fixup.el(org-make-autoloads-compile): New function,
  generates autoload files using (org-make-autoloads) and
  byte-compiles files in lisp.  Optional argument forces
  re-compilation of all files.

* UTILITIES/org-fixup.el(org-fixup): Clean up whitespace and correct the
  unwind form.
UTILITIES/org-fixup.el