From: Kim F. Storm Date: Sun, 17 Jul 2005 00:32:57 +0000 (+0000) Subject: (dired-other-window): Put ido property on dired-other-window. X-Git-Tag: emacs-pretest-22.0.90~8073 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76ce3ae6eb8e10981304c58c79ecf8c0497ac787;p=emacs.git (dired-other-window): Put ido property on dired-other-window. --- 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)