From 76ce3ae6eb8e10981304c58c79ecf8c0497ac787 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sun, 17 Jul 2005 00:32:57 +0000 Subject: [PATCH] (dired-other-window): Put ido property on dired-other-window. --- lisp/ido.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/ido.el b/lisp/ido.el index f1fbb4cdbdd..9d7b4877fe8 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -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) -- 2.39.2