]> git.eshelyaron.com Git - emacs.git/commit
Fix tabulated-list-mode bootstrapping problem scratch/fix-40529-tabulated-list-mode-bootstrapping
authorJoão Távora <joaotavora@gmail.com>
Sun, 12 Apr 2020 12:10:45 +0000 (13:10 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sun, 12 Apr 2020 14:14:53 +0000 (15:14 +0100)
commit3bf152b1725031d02c0e7455657cca2ad358e44b
treef351d0f231a11fe227d2e4baf75c2871ee417a7a
parent36873ef2b268d8d8be1ed8b517c90be2c1dcdc8b
Fix tabulated-list-mode bootstrapping problem

Fixes: bug#40529
Don't refresh all the tabulated-list rows when entering
tabulated-list-mode just because display-line-number-mode is t.

* lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode): Don't
call tabulated-list-revert, just tabulated-list-init-header.
lisp/emacs-lisp/tabulated-list.el