]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/dired.el (dired-mark-pop-up): Set tab-line-format to nil (bug#37699).
authorJuri Linkov <juri@linkov.net>
Wed, 23 Oct 2019 21:34:07 +0000 (00:34 +0300)
committerJuri Linkov <juri@linkov.net>
Wed, 23 Oct 2019 21:34:07 +0000 (00:34 +0300)
lisp/dired.el

index 3146511305d907793735ae70f2b5acaa9843419b..75dfbc4b9a0b61556dc7c408b969ec60c4a3d504 100644 (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)))