From: Richard M. Stallman Date: Tue, 18 Mar 2014 13:22:01 +0000 (-0400) Subject: Delete hunk mistakenly included in previous change. X-Git-Tag: emacs-24.3.90~156 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=475dcfabab36c0e4c4df4c5ee274e915a7007d2e;p=emacs.git Delete hunk mistakenly included in previous change. --- diff --git a/lisp/dired.el b/lisp/dired.el index 7cb22b1cc9b..f52036b8831 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -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)))