summaryrefslogtreecommitdiff
path: root/lisp/ido.el
diff options
context:
space:
mode:
authorJoe Vornehm Jr. <joe.vornehm@gmail.com>2013-10-18 20:39:31 -0400
committerGlenn Morris <rgm@gnu.org>2013-10-18 20:39:31 -0400
commit7bcb455b5fd40a6301e5f506eeea43a5ca291b07 (patch)
treefa32d4ebb8279c1a55a3fce1e71c0e82ccd28d7e /lisp/ido.el
parent74f202ae2dbdcaaffede545dfab5e26f4d75523d (diff)
downloademacs-7bcb455b5fd40a6301e5f506eeea43a5ca291b07.tar.gz
* lisp/ido.el (dired-other-frame): Only list directories.
Fixes: debbugs:15638
Diffstat (limited to 'lisp/ido.el')
-rw-r--r--lisp/ido.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index 39ad3137bc9..e7216f595ea 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -4740,6 +4740,7 @@ Modified from `icomplete-completions'."
(put 'ibuffer-find-file 'ido 'find-file)
(put 'dired 'ido 'dir)
(put 'dired-other-window 'ido 'dir)
+(put 'dired-other-frame 'ido 'dir)
;; See http://debbugs.gnu.org/11954 for reasons.
(put 'dired-do-copy 'ido 'ignore)
(put 'dired-do-rename 'ido 'ignore)