projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b1ffe0
)
* lisp/tab-line.el (tab-line-auto-hscroll): Set word-wrap to nil (bug#58740).
author
João Guerra
<joca.bt@gmail.com>
Tue, 25 Oct 2022 18:48:37 +0000
(21:48 +0300)
committer
Juri Linkov
<juri@linkov.net>
Tue, 25 Oct 2022 18:49:39 +0000
(21:49 +0300)
Copyright-paperwork-exempt: yes
lisp/tab-line.el
patch
|
blob
|
history
diff --git
a/lisp/tab-line.el
b/lisp/tab-line.el
index 94e8f29a95fe9d7f37acffe6dd63d46b3c1dd43a..a4e95bbc75597cba85de1c8c100ce5ec2893dedc 100644
(file)
--- 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))