* lisp/emacs-lisp/tabulated-list.el: New optional print method
commitc205098b6a8bd3b13256803f86f6863558a7a34e
authorArtur Malabarba <bruce.connor.am@gmail.com>
Sun, 24 May 2015 22:38:53 +0000 (24 23:38 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Sun, 24 May 2015 22:45:46 +0000 (24 23:45 +0100)
treebd2c02bdb4f1a7822db9f753dccb84bb12287b9c
parentd38350984e557aa492139ffecb9c1a910e763145
* lisp/emacs-lisp/tabulated-list.el: New optional print method

(tabulated-list-print): New optional argument, UPDATE.  If
non-nil, the list is printed by only adding and deleting the
changed entries, instead of erasing the whole buffer.  This method
is much faster when few or no entries have changed.

* doc/lispref/modes.texi (Tabulated List Mode): Document it.

* etc/NEWS: Document it.
doc/lispref/modes.texi
etc/NEWS
lisp/emacs-lisp/tabulated-list.el