]> code.delx.au - gnu-emacs/commit
Add a new command to switch between erc buffers
authorMark Oteiza <mvoteiza@udel.edu>
Thu, 4 Feb 2016 07:00:37 +0000 (18:00 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Feb 2016 07:00:51 +0000 (18:00 +1100)
commit535e2bef6dd7b9abe2567f865c8b24a06a555178
tree95bc7781ab27b049c3db9e7b127cfad300fb9244
parent8b35b109dd00e42a06f1031c49c471882460184f
Add a new command to switch between erc buffers

* doc/misc/eww.texi: Document eww-switch-to-buffer and its keybinding
* etc/NEWS: Mention new command
* lisp/net/eww.el (eww-mode-map): Bind eww-switch-to-buffer to "s"
(eww-mode-map): Add menu item
(eww-switch-to-buffer): New command
doc/misc/eww.texi
etc/NEWS
lisp/net/eww.el