]> git.eshelyaron.com Git - emacs.git/commit
* lisp/tab-line.el (tab-line-auto-hscroll): Fix for long tab names.
authorJuri Linkov <juri@linkov.net>
Mon, 20 Jan 2020 00:35:53 +0000 (02:35 +0200)
committerJuri Linkov <juri@linkov.net>
Mon, 20 Jan 2020 00:35:53 +0000 (02:35 +0200)
commit92f30d62c038affa515989ad3ccf170b604c9174
tree3dde29d6d1cb1353f17f58a0f414b07bef29604b
parentdde313151d32bbea358b0c019104035582710a5e
* lisp/tab-line.el (tab-line-auto-hscroll): Fix for long tab names.

Check for nil value returned by previous-single-property-change that
happens when tab name is longer than window width.
lisp/tab-line.el