]> git.eshelyaron.com Git - emacs.git/commit
Add new commands to widen/narrow tabulated list columns
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 24 Jun 2019 14:35:13 +0000 (16:35 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 24 Jun 2019 14:35:13 +0000 (16:35 +0200)
commit1ad3387600442af3030b97f219bc60ccafb356eb
tree9fa85564dd57d6e8a9400d788522beea94d74dc6
parentd279c45e9c8019b37e774d769e832ce86b7e4946
Add new commands to widen/narrow tabulated list columns

* doc/emacs/buffers.texi: Document widen/contracting commands in
tabulated list mode.
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode-map): Add
keystrokes.
(tabulated-list-widen-current-column): New command.
(tabulated-list-narrow-current-column): Ditto.  The code was
written by Boruch Baum and then tweaked by Drew Adams (bug#32106)
before some white-space changes before the commit.
doc/emacs/buffers.texi
etc/NEWS
lisp/emacs-lisp/tabulated-list.el