]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/tab-line.el (tab-line-auto-hscroll): Set word-wrap to nil (bug#58740).
authorJoão Guerra <joca.bt@gmail.com>
Tue, 25 Oct 2022 18:48:37 +0000 (21:48 +0300)
committerJuri Linkov <juri@linkov.net>
Tue, 25 Oct 2022 18:49:39 +0000 (21:49 +0300)
Copyright-paperwork-exempt: yes

lisp/tab-line.el

index 94e8f29a95fe9d7f37acffe6dd63d46b3c1dd43a..a4e95bbc75597cba85de1c8c100ce5ec2893dedc 100644 (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))