Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 4704:44c9d1005ce2
Bring `try-completion''s interface closer to GNU Emacs.
2009-09-29 Mike Sperber <mike@xemacs.org>
* minibuf.c (Ftry_completion): If the collection is a list, allow
plain elements instead of cons cells. (As in GNU Emacs.)
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Wed, 30 Sep 2009 21:15:04 +0200 |
parents | 6dfca4f26f53 |
children | 7e79c8559ad1 |
line wrap: on
line diff
--- a/src/ChangeLog Wed Sep 30 12:48:21 2009 +0100 +++ b/src/ChangeLog Wed Sep 30 21:15:04 2009 +0200 @@ -5,6 +5,11 @@ Delius Royar. Though it's unclear why, I'll try to investigate once I'm on a 32-bit Unix machine regularly again. +2009-09-29 Mike Sperber <mike@xemacs.org> + + * minibuf.c (Ftry_completion): If the collection is a list, allow + plain elements instead of cons cells. (As in GNU Emacs.) + 2009-09-23 Stephen Turnbull <stephen@xemacs.org> * glyphs-eimage.c (png_instantiate):