Function: Electric-history-quit

Electric-history-quit is an interactive and byte-compiled function defined in echistory.el.gz.

Signature

(Electric-history-quit)

Documentation

Quit Electric Command History, restoring previous window configuration.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/echistory.el.gz
(defun Electric-history-quit ()
  "Quit Electric Command History, restoring previous window configuration."
  (interactive)
  (if (boundp 'electric-history-in-progress)
      (progn (message "")
	     (throw 'electric-history-quit nil))))