Revert "kill_buffer: go to about:blank instead of erroring when killing last buffer"
commitf04c16070a0421f50bb98bccc0dcba562c8298e2
authorJohn Foerch <jjfoerch@earthlink.net>
Thu, 1 May 2014 19:06:28 +0000 (1 15:06 -0400)
committerJohn Foerch <jjfoerch@earthlink.net>
Thu, 1 May 2014 19:12:41 +0000 (1 15:12 -0400)
treee8206f76b6490e0f72d421cafa8421ae311c9970
parentdb2a0551ab556535177bc2be670be919b280b44e
Revert "kill_buffer: go to about:blank instead of erroring when killing last buffer"

This reverts commit db2a0551ab556535177bc2be670be919b280b44e.

Patch is not quite right, as kill_buffer_hook will not get run, so, for
example, sessions won't be updated.  Also, we can't call 'load' if we
don't know what type of buffer this is, because not all buffer types have
that method.  This will need to be reworked.
modules/buffer.js