changeset 64409:2b7f6da0c696

(dired-other-window): Put ido property on dired-other-window.
author Kim F. Storm <storm@cua.dk>
date Sun, 17 Jul 2005 00:32:57 +0000
parents 588da9001345
children 39e0b08e9fb2
files lisp/ido.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ido.el	Sun Jul 17 00:32:45 2005 +0000
+++ b/lisp/ido.el	Sun Jul 17 00:32:57 2005 +0000
@@ -4211,6 +4211,7 @@
 
 (put 'dired-do-rename 'ido 'ignore)
 (put 'ibuffer-find-file 'ido 'find-file)
+(put 'dired-other-window 'ido 'dir)
 
 ;;;###autoload
 (defun ido-read-buffer (prompt &optional default require-match)