emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e5cb66c046: * lisp/tab-line.el (tab-line-auto-hscroll): Set word-


From: Juri Linkov
Subject: master e5cb66c046: * lisp/tab-line.el (tab-line-auto-hscroll): Set word-wrap to nil (bug#58740).
Date: Tue, 25 Oct 2022 14:51:01 -0400 (EDT)

branch: master
commit e5cb66c046be440ca63fb384ea93f450aa4f958e
Author: João Guerra <joca.bt@gmail.com>
Commit: Juri Linkov <juri@linkov.net>

    * lisp/tab-line.el (tab-line-auto-hscroll): Set word-wrap to nil 
(bug#58740).
    
    Copyright-paperwork-exempt: yes
---
 lisp/tab-line.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/tab-line.el b/lisp/tab-line.el
index 94e8f29a95..a4e95bbc75 100644
--- a/lisp/tab-line.el
+++ b/lisp/tab-line.el
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]