Variable: ielm--exit
ielm--exit is a variable defined in ielm.el.gz.
Value
nil
Documentation
Function to call when Emacs is killed.
Source Code
;; Defined in /usr/src/emacs/lisp/ielm.el.gz
;;; Input history
(defvar ielm--exit nil
"Function to call when Emacs is killed.")