Delete hunk mistakenly included in previous change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Mar 2014 13:22:01 +0000 (09:22 -0400)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Mar 2014 13:22:01 +0000 (09:22 -0400)
lisp/dired.el

index 7cb22b1..f52036b 100644 (file)
@@ -3673,9 +3673,6 @@ Values matching `dired-sort-by-date-regexp' or `dired-sort-by-name-regexp'
 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)))