summaryrefslogtreecommitdiff
path: root/lisp/dired.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2019-10-24 00:34:07 +0300
committerJuri Linkov <juri@linkov.net>2019-10-24 00:34:07 +0300
commit042fd120cc5988b15eae98b5dbcd9c2d62f968e6 (patch)
treee39abbc3dfa97cacb40c90f0a3433202d71b3e7a /lisp/dired.el
parent96afd74bf852ca9405ffda5d9d281bb43d0c7f04 (diff)
downloademacs-042fd120cc5988b15eae98b5dbcd9c2d62f968e6.tar.gz
emacs-042fd120cc5988b15eae98b5dbcd9c2d62f968e6.tar.bz2
emacs-042fd120cc5988b15eae98b5dbcd9c2d62f968e6.zip
* lisp/dired.el (dired-mark-pop-up): Set tab-line-format to nil (bug#37699).
Diffstat (limited to 'lisp/dired.el')
-rw-r--r--lisp/dired.el3
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)."
(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)))