Function: eshell-diff-quit

eshell-diff-quit is an interactive and byte-compiled function defined in em-unix.el.gz.

Signature

(eshell-diff-quit)

Documentation

Restore the window configuration previous to diff'ing.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-unix.el.gz
(defun eshell-diff-quit ()
  "Restore the window configuration previous to diff'ing."
  (interactive)
  (if eshell-diff-window-config
      (set-window-configuration eshell-diff-window-config)))