Hi,

Recently my Emacs start up fails when I (require 'org) because the
function `org-load-noerror-mustsuffix' is undefined.  I was able to fix
this by checking out the version previous to commit 5484a33b [1].

Best,

Footnotes: 
[1]  commit 5484a33b8d1382958095922bc9bc2bd6f1d9ffc6
Author: Achim Gratz <strom...@stromeko.de>
Date:   Sun Jan 6 18:24:56 2013 +0100

    Compatibility: Use org-load-noerror-mustsuffix
    
    * lisp/org-macs.el: New macro to allow the 5-argument form of load to
      be used where possible without breaking compatibility with XEmacs.
    
    * lisp/org.el (org-version, org-reload): Use
      `org-load-noerror-mustsuffix´ instead of adding a fifth argument to
      load directly.  Guard against undefined variable load-suffixes,
      which doesn't exist in XEmacs.
    
    Since load-suffixes doesn't exist in XEmacs, (org-reload 'uncompiled)
    will not work.  If it doesn't complicate the compatibility macro too
    much this can be added later.


-- 
Eric Schulte
http://cs.unm.edu/~eschulte

Reply via email to