Mercurial > emacs
comparison lisp/ChangeLog @ 106759:e778a4a0f821
Fix bug#3224.
* vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
to `create-file-buffer' as it expects, not just a buffer name.
(vc-dir-mode): Include the buffer name in `list-buffers-directory',
to help uniquify.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 07 Jan 2010 23:46:44 +0100 |
parents | 574dd89b7759 |
children | 19b3c3f93cd1 |
comparison
equal
deleted
inserted
replaced
106758:0865d6c0506d | 106759:e778a4a0f821 |
---|---|
1 2010-01-07 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename | |
4 to `create-file-buffer' as it expects, not just a buffer name. | |
5 (vc-dir-mode): Include the buffer name in `list-buffers-directory', | |
6 to help uniquify. (Bug#3224) | |
7 | |
1 2010-01-06 Jan Djärv <jan.h.d@swipnet.se> | 8 2010-01-06 Jan Djärv <jan.h.d@swipnet.se> |
2 | 9 |
3 * font-setting.el (font-setting-change-default-font): Use user-spec | 10 * font-setting.el (font-setting-change-default-font): Use user-spec |
4 instead of name. | 11 instead of name. |
5 | 12 |