* lisp/tab-line.el (tab-line-auto-hscroll): Set word-wrap to nil (bug#58740).
Copyright-paperwork-exempt: yes
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user