Function: mouse-delete-other-windows

mouse-delete-other-windows is an interactive and byte-compiled function defined in mouse.el.gz.

Signature

(mouse-delete-other-windows)

Documentation

Delete all windows except the one you click on.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/mouse.el.gz
(defun mouse-delete-other-windows ()
  "Delete all windows except the one you click on."
  (interactive "@")
  (delete-other-windows))