Function: View-quit-all

View-quit-all is an interactive and byte-compiled function defined in view.el.gz.

Signature

(View-quit-all)

Documentation

Quit View mode, trying to restore windows and buffers to previous state.

Maybe kill current buffer. Try to restore all windows viewing buffer to previous state and go to previous buffer or window.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/view.el.gz
(defun View-quit-all ()
  "Quit View mode, trying to restore windows and buffers to previous state.
Maybe kill current buffer.  Try to restore all windows viewing buffer to
previous state and go to previous buffer or window."
  (interactive)
  (view-mode-exit nil view-exit-action t))