]> git.eshelyaron.com Git - emacs.git/commit
* lisp/tab-line.el (tab-line-auto-hscroll): Don't let-bind buffer-local values
authorJuri Linkov <juri@linkov.net>
Sat, 30 Nov 2019 21:42:37 +0000 (23:42 +0200)
committerJuri Linkov <juri@linkov.net>
Sat, 30 Nov 2019 21:42:37 +0000 (23:42 +0200)
commitdfbbbf319e4e357c82a79944090c949f3c5299c3
tree4a602d986ef9813e4b003fe5e39922ce0195cab5
parentdf89d6d6dc429e638e425536d1c201b5373f2abd
* lisp/tab-line.el (tab-line-auto-hscroll): Don't let-bind buffer-local values

Use setq to set buffer-local values of truncate-lines and buffer-undo-list.
This will prevent leaking of let-bound values to buffer-local values
of the minibuffer.
lisp/tab-line.el