Call kill-buffer with argument nil
commit4f17b5362a97cd4e8f49686c5d6d9265ead72a71
authorDavid Maus <dmaus@ictsoc.de>
Sat, 2 Jul 2011 14:15:14 +0000 (2 16:15 +0200)
committerBastien Guerry <bzg@altern.org>
Sun, 3 Jul 2011 11:04:46 +0000 (3 13:04 +0200)
tree8d2b3b79e5fca16dab86b00f64014411c843ed30
parent21e08e56435748e3e06759b1d652090601980d3f
Call kill-buffer with argument nil

* ob-haskell.el (org-babel-haskell-export-to-lhs): Call kill-buffer
with argument indiciating to kill current buffer. Emacs 22
compatibility.

GNU Emacs 22.3.2 (i686-pc-linux-gnu) of 2011-05-28 on x60s

C-h f kill-buffer RET

kill-buffer is an interactive built-in function in `C source code'.
It is bound to C-x k.
(kill-buffer buffer)

Kill the buffer buffer.
The argument may be a buffer or the name of a buffer.
With a nil argument, kill the current buffer.
lisp/ob-haskell.el