Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 5115:54700d784be9
Correct the #'delete-duplicates calls, setup-paths.el
2010-03-11 Aidan Kehoe <kehoea@parhasard.net>
* setup-paths.el (paths-find-emacs-roots)
(paths-construct-info-path):
Pass :from-end t to the delete-duplicates calls in these
functions, now the compiler macro no longer defaults it to t.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 11 Mar 2010 15:41:10 +0000 |
parents | b2dcf6a6d8ab |
children | 9f2f39c80660 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Mar 08 14:37:15 2010 -0500 +++ b/lisp/ChangeLog Thu Mar 11 15:41:10 2010 +0000 @@ -1,3 +1,10 @@ +2010-03-11 Aidan Kehoe <kehoea@parhasard.net> + + * setup-paths.el (paths-find-emacs-roots) + (paths-construct-info-path): + Pass :from-end t to the delete-duplicates calls in these + functions, now the compiler macro no longer defaults it to t. + 2010-03-07 Ben Wing <ben@xemacs.org> * disp-table.el: