Fix breakage due to recent change in tabulated-list-print-entry
commitbd5326f879c089745c33871efc8682da5c206f80
authorEli Zaretskii <eliz@gnu.org>
Thu, 5 Oct 2017 14:57:58 +0000 (5 17:57 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 5 Oct 2017 14:57:58 +0000 (5 17:57 +0300)
treed7abefd797507a1b890fb4d2104be563ed1e71b3
parent0c8f4e5ea122df9526037286e95844c64f3d964d
Fix breakage due to recent change in tabulated-list-print-entry

* lisp/emacs-lisp/tabulated-list.el (tabulated-list-printer):
Update the doc string.
(tabulated-list-print-entry): Revert to using only 2 arguments.
Update the doc string.
(tabulated-list-entry-lnum-width): New defvar.
(tabulated-list-print): Compute the width of line-number display
once, then store that value in tabulated-list-entry-lnum-width,
for tabulated-list-printer to use.  (Bug#28704)
lisp/emacs-lisp/tabulated-list.el