* lisp/emacs-lisp/tabulated-list.el (tabulated-list-print): Fix bug
commit8d332aeccab2208e6c6bd434738565e6abf12043
authorArtur Malabarba <bruce.connor.am@gmail.com>
Fri, 31 Jul 2015 11:51:04 +0000 (31 12:51 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Fri, 31 Jul 2015 11:51:22 +0000 (31 12:51 +0100)
treef1d4f0b2c72ba91a203e33f365488f3f6f63840d
parenta246df7256ff119cc14cc9a8f8da34bf2ccc2b65
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-print): Fix bug

When updating the very last entry, tabulated-list-print would
erase it and then try to look at the next one (which obviously
isn't there).
lisp/emacs-lisp/tabulated-list.el