Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5003:6b6b0f8ab749
#'union doesn't preserve relative order; use #'delete-duplicates instead.
2010-02-07 Aidan Kehoe <kehoea@parhasard.net>
* setup-paths.el (paths-find-emacs-roots)
(paths-construct-info-path):
* packages.el (packages-find-installation-package-directories):
#'union doesn't guarantee that it will preserve the relative order
of elements in its arguments; use #'delete-duplicates
instead. Thank you for the bug reports, Robert Pluim, Stephen
Turnbull.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 07 Feb 2010 14:37:35 +0000 |
parents | b46c89ccbed3 |
children | 788c38f20376 |
comparison
equal
deleted
inserted
replaced
5002:0cd784a6ec44 | 5003:6b6b0f8ab749 |
---|---|
1 2010-02-07 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * setup-paths.el (paths-find-emacs-roots) | |
4 (paths-construct-info-path): | |
5 * packages.el (packages-find-installation-package-directories): | |
6 #'union doesn't guarantee that it will preserve the relative order | |
7 of elements in its arguments; use #'delete-duplicates | |
8 instead. Thank you for the bug reports, Robert Pluim, Stephen | |
9 Turnbull. | |
10 | |
1 2010-02-06 Ben Wing <ben@xemacs.org> | 11 2010-02-06 Ben Wing <ben@xemacs.org> |
2 | 12 |
3 * unicode.el: | 13 * unicode.el: |
4 * unicode.el (for): | 14 * unicode.el (for): |
5 Convert file to utf-8. | 15 Convert file to utf-8. |