[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] trunk r116794: Delete hunk mistakenly included in previous
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] trunk r116794: Delete hunk mistakenly included in previous change. |
Date: |
Tue, 18 Mar 2014 13:26:31 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 116794
revision-id: address@hidden
parent: address@hidden
committer: Richard Stallman <address@hidden>
branch nick: trunk
timestamp: Tue 2014-03-18 09:22:01 -0400
message:
Delete hunk mistakenly included in previous change.
modified:
lisp/dired.el dired.el-20091113204419-o5vbwnq5f7feedwu-482
=== modified file 'lisp/dired.el'
--- a/lisp/dired.el 2014-03-18 12:07:01 +0000
+++ b/lisp/dired.el 2014-03-18 13:22:01 +0000
@@ -3673,9 +3673,6 @@
set the minor mode accordingly, others appear literally in the mode line.
With optional second arg NO-REVERT, don't refresh the listing afterwards."
(dired-sort-R-check switches)
- (unless (string-match "\\(\\`\\| \\)-\\([b-zA-Z]*\\)a"
- switches)
- (debug "No -a in Dired switches"))
(setq dired-actual-switches switches)
(dired-sort-set-mode-line)
(or no-revert (revert-buffer)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] trunk r116794: Delete hunk mistakenly included in previous change.,
Richard M. Stallman <=