1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-03 14:10:47 -08:00

* ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.

This commit is contained in:
Chong Yidong 2010-09-16 18:32:54 -04:00
parent c6f2191fa7
commit dff0fdc364
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2010-09-16 Chong Yidong <cyd@stupidchicken.com>
* ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
2010-09-16 Michael Albinus <michael.albinus@gmx.de>
* net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload

View file

@ -3403,6 +3403,8 @@ for first matching file."
(if default
(setq ido-temp-list
(cons default (delete default ido-temp-list))))
(if ido-use-virtual-buffers
(ido-add-virtual-buffers-to-list))
(run-hooks 'ido-make-buffer-list-hook)
ido-temp-list))