diff options
author | Richard M. Stallman <rms@gnu.org> | 2014-03-18 09:22:01 -0400 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2014-03-18 09:22:01 -0400 |
commit | 475dcfabab36c0e4c4df4c5ee274e915a7007d2e (patch) | |
tree | 238bc2e5a2a4f2d8a94e66ff29ef7907a3ba62d1 /lisp/dired.el | |
parent | 11eff3aedbbf64bfe015406dd7478afb266ab2d0 (diff) | |
download | emacs-475dcfabab36c0e4c4df4c5ee274e915a7007d2e.tar.gz |
Delete hunk mistakenly included in previous change.
Diffstat (limited to 'lisp/dired.el')
-rw-r--r-- | lisp/dired.el | 3 |
1 files changed, 0 insertions, 3 deletions
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))) |