# HG changeset patch # User Stephen Eglen # Date 1253014695 0 # Node ID abf8556ca6dba670b65d479dd807d68605cb0bbd # Parent 6fbde1155ee57d31720cb83acbd279c04dc1091a *** empty log message *** diff -r 6fbde1155ee5 -r abf8556ca6db lisp/ChangeLog --- 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 + + * 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 * custom.el (custom-initialize-default, custom-initialize-set): CSE.