]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-other-window): Put ido property on dired-other-window.
authorKim F. Storm <storm@cua.dk>
Sun, 17 Jul 2005 00:32:57 +0000 (00:32 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 17 Jul 2005 00:32:57 +0000 (00:32 +0000)
lisp/ido.el

index f1fbb4cdbdd8ecd731efea8977b8a970bb2d55f6..9d7b4877fe826480b7ff293ecb828f2e675b4aa6 100644 (file)
@@ -4211,6 +4211,7 @@ For details of keybindings, do `\\[describe-function] ido-find-file'."
 
 (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)