diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ido.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1283b3099af..65060df83ae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * ido.el (dired-other-frame): Only list directories. (Bug#15638) | ||
| 4 | |||
| 1 | 2013-10-18 Michael Albinus <michael.albinus@gmx.de> | 5 | 2013-10-18 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error | 7 | * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error |
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'." | |||
| 4740 | (put 'ibuffer-find-file 'ido 'find-file) | 4740 | (put 'ibuffer-find-file 'ido 'find-file) |
| 4741 | (put 'dired 'ido 'dir) | 4741 | (put 'dired 'ido 'dir) |
| 4742 | (put 'dired-other-window 'ido 'dir) | 4742 | (put 'dired-other-window 'ido 'dir) |
| 4743 | (put 'dired-other-frame 'ido 'dir) | ||
| 4743 | ;; See http://debbugs.gnu.org/11954 for reasons. | 4744 | ;; See http://debbugs.gnu.org/11954 for reasons. |
| 4744 | (put 'dired-do-copy 'ido 'ignore) | 4745 | (put 'dired-do-copy 'ido 'ignore) |
| 4745 | (put 'dired-do-rename 'ido 'ignore) | 4746 | (put 'dired-do-rename 'ido 'ignore) |