From: Juri Linkov Date: Wed, 23 Oct 2019 21:34:07 +0000 (+0300) Subject: * lisp/dired.el (dired-mark-pop-up): Set tab-line-format to nil (bug#37699). X-Git-Tag: emacs-27.0.90~900 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=042fd120cc5988b15eae98b5dbcd9c2d62f968e6;p=emacs.git * lisp/dired.el (dired-mark-pop-up): Set tab-line-format to nil (bug#37699). --- 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)." (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)))