aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 71e4dd35d19..6aebd08d487 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -701,7 +701,7 @@ If HDR is non-nil, insert a header line with the directory name."
701 ;; If we used --dired and it worked, the lines are already indented. 701 ;; If we used --dired and it worked, the lines are already indented.
702 ;; Otherwise, indent them. 702 ;; Otherwise, indent them.
703 (unless (save-excursion 703 (unless (save-excursion
704 (forward-line -1) 704 (beginning-of-buffer)
705 (looking-at " ")) 705 (looking-at " "))
706 (let ((indent-tabs-mode nil)) 706 (let ((indent-tabs-mode nil))
707 (indent-rigidly opoint (point) 2))) 707 (indent-rigidly opoint (point) 2)))