* ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user