Variable: minibuffer-exit-hook

minibuffer-exit-hook is a variable defined in minibuf.c.

Value

(minibuffer-restore-windows)

Documentation

Normal hook run whenever a minibuffer is exited.

Probably introduced at or before Emacs version 19.23.

Source Code

// Defined in /usr/src/emacs/src/minibuf.c
  DEFVAR_LISP ("minibuffer-exit-hook", Vminibuffer_exit_hook,
	       doc: /* Normal hook run whenever a minibuffer is exited.  */);