* lisp/dired.el (dired-mark-pop-up): Set tab-line-format to nil (bug#37699).

This commit is contained in:
Juri Linkov 2019-10-24 00:34:07 +03:00
parent 96afd74bf8
commit 042fd120cc

View file

@ -3436,7 +3436,8 @@ argument or confirmation)."
(dired-format-columns-of-files
(if (eq (car files) t) (cdr files) files))
(remove-text-properties (point-min) (point-max)
'(mouse-face nil help-echo nil)))))))
'(mouse-face nil help-echo nil))
(setq tab-line-format nil))))))
(defun dired-format-columns-of-files (files)
(let ((beg (point)))