emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114714: * lisp/ido.el (dired-other-frame): Only lis


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114714: * lisp/ido.el (dired-other-frame): Only list directories.
Date: Sat, 19 Oct 2013 00:39:34 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114714
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15638
author: Joe Vornehm Jr. <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2013-10-18 20:39:31 -0400
message:
  * lisp/ido.el (dired-other-frame): Only list directories.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/ido.el                    ido.el-20091113204419-o5vbwnq5f7feedwu-2430
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-10-18 10:22:02 +0000
+++ b/lisp/ChangeLog    2013-10-19 00:39:31 +0000
@@ -1,3 +1,7 @@
+2013-10-19  Joe Vornehm Jr.  <address@hidden>  (tiny change)
+
+       * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
+
 2013-10-18  Michael Albinus  <address@hidden>
 
        * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error

=== modified file 'lisp/ido.el'
--- a/lisp/ido.el       2013-08-09 00:54:22 +0000
+++ b/lisp/ido.el       2013-10-19 00:39:31 +0000
@@ -4740,6 +4740,7 @@
 (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]