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:
parent
74f202ae2d
commit
7bcb455b5f
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user