Matthieu Moy <[EMAIL PROTECTED]> writes: > Sam Steingold <[EMAIL PROTECTED]> writes: > >> actually, xtla-load.el adds contrib to load-path unconditionally. > > But it adds it at the end, so it shouldn't be a problem.
Is this really true? We use: (add-to-list 'load-path "/home/shared/lib/elisp/xtla/lisp/contrib") The documentation says the following: (add-to-list list-var element &optional append) Add element to the value of list-var if it isn't there yet. The test for presence of element is done with `equal'. If element is added, it is added at the beginning of the list, unless the optional argument append is non-nil, in which case element is added at the end. > That said, I'll try to commit your patch when I come back to the > development. The fix could be to use the optional append parameter Stefan. _______________________________________________ Xtla-el-dev mailing list [email protected] https://mail.gna.org/listinfo/xtla-el-dev
