emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 042fd12: * lisp/dired.el (dired-mark-pop-up): Set t


From: Juri Linkov
Subject: [Emacs-diffs] master 042fd12: * lisp/dired.el (dired-mark-pop-up): Set tab-line-format to nil (bug#37699).
Date: Wed, 23 Oct 2019 17:34:15 -0400 (EDT)

branch: master
commit 042fd120cc5988b15eae98b5dbcd9c2d62f968e6
Author: Juri Linkov <address@hidden>
Commit: Juri Linkov <address@hidden>

    * lisp/dired.el (dired-mark-pop-up): Set tab-line-format to nil (bug#37699).
---
 lisp/dired.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/dired.el b/lisp/dired.el
index 3146511..75dfbc4 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]