]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/ido.el (dired-other-frame): Only list directories.
authorJoe Vornehm Jr. <joe.vornehm@gmail.com>
Sat, 19 Oct 2013 00:39:31 +0000 (20:39 -0400)
committerGlenn Morris <rgm@gnu.org>
Sat, 19 Oct 2013 00:39:31 +0000 (20:39 -0400)
Fixes: debbugs:15638
lisp/ChangeLog
lisp/ido.el

index 1283b3099af9959390973b74c6d54a21a0ebc3d4..65060df83ae142658f8bf2e26d8750b2b053da76 100644 (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
index 39ad3137bc942d53a126db15c8127bc616ab4509..e7216f595eae7654db84d204b4b1176fa05c0601 100644 (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)