* lisp/dired.el (dired-mark-pop-up): Set tab-line-format to nil (bug#37699).
This commit is contained in:
parent
96afd74bf8
commit
042fd120cc
1 changed files with 2 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue