aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2014-03-18 09:22:01 -0400
committerRichard M. Stallman2014-03-18 09:22:01 -0400
commit475dcfabab36c0e4c4df4c5ee274e915a7007d2e (patch)
tree238bc2e5a2a4f2d8a94e66ff29ef7907a3ba62d1
parent11eff3aedbbf64bfe015406dd7478afb266ab2d0 (diff)
downloademacs-475dcfabab36c0e4c4df4c5ee274e915a7007d2e.tar.gz
emacs-475dcfabab36c0e4c4df4c5ee274e915a7007d2e.zip
Delete hunk mistakenly included in previous change.
-rw-r--r--lisp/dired.el3
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'
3673set the minor mode accordingly, others appear literally in the mode line. 3673set the minor mode accordingly, others appear literally in the mode line.
3674With optional second arg NO-REVERT, don't refresh the listing afterwards." 3674With optional second arg NO-REVERT, don't refresh the listing afterwards."
3675 (dired-sort-R-check switches) 3675 (dired-sort-R-check switches)
3676 (unless (string-match "\\(\\`\\| \\)-\\([b-zA-Z]*\\)a"
3677 switches)
3678 (debug "No -a in Dired switches"))
3679 (setq dired-actual-switches switches) 3676 (setq dired-actual-switches switches)
3680 (dired-sort-set-mode-line) 3677 (dired-sort-set-mode-line)
3681 (or no-revert (revert-buffer))) 3678 (or no-revert (revert-buffer)))