]> git.eshelyaron.com Git - emacs.git/commit
Fix tracking visibility in ERC.
authorJulien Danjou <julien@danjou.info>
Wed, 9 Feb 2011 04:08:25 +0000 (23:08 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 9 Feb 2011 04:08:25 +0000 (23:08 -0500)
commit69b2604f776421c24c00b9e631558173d59eebee
tree8695e2b6a28e23e0204904168736d8b28357ed09
parent9218b9bd6cc00e473b330808c21e5fdb221757af
Fix tracking visibility in ERC.

* lisp/erc/erc-track.el (erc-window-configuration-change): New function.
This will allow to track buffer visibility when a command is
finished to executed.  Idea stolen from rcirc.
(track): Put erc-window-configuration-change in
window-configuration-change-hook.
(erc-modified-channels-update): Remove
erc-modified-channels-update from post-command-hook after update.
lisp/erc/ChangeLog
lisp/erc/erc-track.el