Mercurial > emacs
changeset 105037:abf8556ca6db
*** empty log message ***
author | Stephen Eglen <stephen@gnu.org> |
---|---|
date | Tue, 15 Sep 2009 11:38:15 +0000 |
parents | 6fbde1155ee5 |
children | 1d28378da242 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Sep 15 11:38:07 2009 +0000 +++ b/lisp/ChangeLog Tue Sep 15 11:38:15 2009 +0000 @@ -1,3 +1,10 @@ +2009-09-15 Stephen Eglen <stephen@gnu.org> + + * iswitchb.el (iswitchb-read-buffer): When selecting a match from + the virtual-buffers, use the name of the buffer specified by + find-file-noselect, as the match may be a symlink. (This was a + problem if the target and the symlink had differet names.) + 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca> * custom.el (custom-initialize-default, custom-initialize-set): CSE.