Function: thumbs-kill-buffer
thumbs-kill-buffer is an interactive and byte-compiled function
defined in thumbs.el.gz.
Signature
(thumbs-kill-buffer)
Documentation
Kill the current buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/thumbs.el.gz
(defun thumbs-kill-buffer ()
"Kill the current buffer."
(interactive)
(quit-window t (selected-window)))