emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105730: * lisp/dired.el (dired-sort-


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105730: * lisp/dired.el (dired-sort-toggle-or-edit): Revert last changes.
Date: Sun, 11 Sep 2011 19:08:17 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105730
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sun 2011-09-11 19:08:17 +0200
message:
  * lisp/dired.el (dired-sort-toggle-or-edit): Revert last changes.
modified:
  lisp/ChangeLog
  lisp/dired.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-09-11 17:00:14 +0000
+++ b/lisp/ChangeLog    2011-09-11 17:08:17 +0000
@@ -1,3 +1,7 @@
+2011-09-11  Andreas Schwab  <address@hidden>
+
+       * dired.el (dired-sort-toggle-or-edit): Revert last changes.
+
 2011-09-11  Lars Magne Ingebrigtsen  <address@hidden>
 
        * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,

=== modified file 'lisp/dired.el'
--- a/lisp/dired.el     2011-09-11 17:00:14 +0000
+++ b/lisp/dired.el     2011-09-11 17:08:17 +0000
@@ -3413,8 +3413,7 @@
     (error "Cannot sort this dired buffer"))
   (if arg
       (dired-sort-other
-       (read-string "ls switches (must contain -l or similar): "
-                   dired-actual-switches))
+       (read-string "ls switches (must contain -l): " dired-actual-switches))
     (dired-sort-toggle)))
 
 (defun dired-sort-toggle ()


reply via email to

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