1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

* lisp/ido.el (dired-other-frame): Only list directories.

Fixes: debbugs:15638
This commit is contained in:
Joe Vornehm Jr. 2013-10-18 20:39:31 -04:00 committed by Glenn Morris
parent 74f202ae2d
commit 7bcb455b5f
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
* ido.el (dired-other-frame): Only list directories. (Bug#15638)
2013-10-18 Michael Albinus <michael.albinus@gmx.de>
* net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error

View File

@ -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)