diff options
| -rw-r--r-- | lisp/dired.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index 3146511305d..75dfbc4b9a0 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -3436,7 +3436,8 @@ argument or confirmation)." | |||
| 3436 | (dired-format-columns-of-files | 3436 | (dired-format-columns-of-files |
| 3437 | (if (eq (car files) t) (cdr files) files)) | 3437 | (if (eq (car files) t) (cdr files) files)) |
| 3438 | (remove-text-properties (point-min) (point-max) | 3438 | (remove-text-properties (point-min) (point-max) |
| 3439 | '(mouse-face nil help-echo nil))))))) | 3439 | '(mouse-face nil help-echo nil)) |
| 3440 | (setq tab-line-format nil)))))) | ||
| 3440 | 3441 | ||
| 3441 | (defun dired-format-columns-of-files (files) | 3442 | (defun dired-format-columns-of-files (files) |
| 3442 | (let ((beg (point))) | 3443 | (let ((beg (point))) |