]> code.delx.au - gnu-emacs-elpa/history - load-relative.el
Bug: was not require-relative when not at compile time.
[gnu-emacs-elpa] / load-relative.el
2009-11-17 R. BernsteinBug: was not require-relative when not at compile time.
2009-11-15 rockyWorking towards a more perfect __FILE__. Perhaps I...
2009-11-15 rockyAdd macro to handle relative requires using a list...
2009-11-13 rockyGo over __FILE__ test ordering and more comments to...
2009-11-13 rockyUpdate __FILE__ docstring comment.
2009-11-13 rockyAlso try #$ - "the name of this file as a string"....
2009-11-13 rockyload-relative.el: Use current-load-list to get loaded...
2009-11-12 rockyAdd require-relative.
2009-11-12 rockyMerge branch 'master' of git@github.com:rocky/emacs...
2009-11-12 rockyAdd require-relative.
2009-11-10 R. Bernsteintest-load.el: I think we need to expand the filename...
2009-11-09 rockyAllow load-relative to accept a list of strings of...
2009-11-09 rockyRelative loads for Emacs Lisp files. Adds functions...