aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/dired.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index c7ca5e8f717..99c1b7961a2 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -2154,8 +2154,7 @@ Thus, use \\[backward-page] to find the beginning of a group of errors."
2154 "Dired by date") 2154 "Dired by date")
2155 (t 2155 (t
2156 (concat "Dired " dired-actual-switches))))) 2156 (concat "Dired " dired-actual-switches)))))
2157 ;; update mode line: 2157 (force-mode-line-update))
2158 (set-buffer-modified-p (buffer-modified-p)))
2159 2158
2160(defun dired-sort-toggle-or-edit (&optional arg) 2159(defun dired-sort-toggle-or-edit (&optional arg)
2161 "Toggle between sort by date/name and refresh the dired buffer. 2160 "Toggle between sort by date/name and refresh the dired buffer.