Mercurial > emacs
comparison lisp/ChangeLog @ 108141:30a211bbe1bf
When killing buffers with ido, don't offer virtual buffers for completion.
* ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
when method is 'kill.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 27 Apr 2010 13:47:19 +0200 |
parents | c9a940f35ec6 |
children | 087c3dc49930 |
comparison
equal
deleted
inserted
replaced
108140:c9a940f35ec6 | 108141:30a211bbe1bf |
---|---|
1 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es> | 1 2010-04-27 Juanma Barranquero <lekktu@gmail.com> |
2 | |
3 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil | |
4 when method is 'kill. | |
5 | |
6 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es> | |
2 | 7 |
3 * ispell.el (ispell-init-process): Fix personal dictionary condition | 8 * ispell.el (ispell-init-process): Fix personal dictionary condition |
4 in default directory check. | 9 in default directory check. |
5 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook): | 10 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook): |
6 Kill ispell process when killing its associated buffer. | 11 Kill ispell process when killing its associated buffer. |