Variable: evil-execute-in-emacs-state-buffer

evil-execute-in-emacs-state-buffer is a variable defined in evil-vars.el.

Value

nil

Documentation

The buffer of the latest evil-execute-in-emacs-state.

When this command is being executed the current buffer is stored in this variable. This is necessary in case the Emacs-command to be called changes the current buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defvar evil-execute-in-emacs-state-buffer nil
  "The buffer of the latest `evil-execute-in-emacs-state'.
When this command is being executed the current buffer is stored
in this variable. This is necessary in case the Emacs-command to
be called changes the current buffer.")