Function: magit-kill-this-buffer

magit-kill-this-buffer is an interactive and byte-compiled function defined in magit-files.el.

Signature

(magit-kill-this-buffer)

Documentation

Kill the current buffer.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-files.el
(defun magit-kill-this-buffer ()
  "Kill the current buffer."
  (interactive)
  (kill-buffer))