Function: evil-echo-area-save
evil-echo-area-save is a byte-compiled function defined in
evil-common.el.
Signature
(evil-echo-area-save)
Documentation
Save the current echo area in evil-echo-area-message.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-common.el
(defun evil-echo-area-save ()
"Save the current echo area in `evil-echo-area-message'."
(setq evil-echo-area-message (current-message)))