* lisp/tab-line.el (tab-line-auto-hscroll): Set word-wrap to nil (bug#58740).

Copyright-paperwork-exempt: yes
This commit is contained in:
João Guerra 2022-10-25 21:48:37 +03:00 committed by Juri Linkov
parent 1b1ffe0789
commit e5cb66c046

View file

@ -620,7 +620,8 @@ the selected tab visible."
(let ((truncate-partial-width-windows nil)
(inhibit-modification-hooks t)
show-arrows)
(setq truncate-lines nil)
(setq truncate-lines nil
word-wrap nil)
(erase-buffer)
(apply 'insert strings)
(goto-char (point-min))