Mercurial > emacs
comparison lisp/ChangeLog @ 109945:c5974968dea9
Fix buffer-list rename&refresh after after killing a buffer in ido.
* lisp/ido.el: Revert scar's.
(ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
Remember the buffers at head, rather than their name.
* lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 21 Aug 2010 15:35:27 +0200 |
parents | 48114bfd2ed3 |
children | fe84742c509a |
comparison
equal
deleted
inserted
replaced
109944:48114bfd2ed3 | 109945:c5974968dea9 |
---|---|
1 2010-08-21 Leo <sdl.web@gmail.com> | |
2 | |
3 Fix buffer-list rename&refresh after after killing a buffer in ido. | |
4 * lisp/ido.el: Revert Óscar's. | |
5 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh. | |
6 Remember the buffers at head, rather than their name. | |
7 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list. | |
8 | |
1 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change) | 9 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change) |
2 Stefan Monnier <monnier@iro.umontreal.ca> | 10 Stefan Monnier <monnier@iro.umontreal.ca> |
3 | 11 |
4 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the | 12 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the |
5 extra backslash added to each line (bug#6890). | 13 extra backslash added to each line (bug#6890). |