Variable: eshell-hist-unload-hook

eshell-hist-unload-hook is a customizable variable defined in em-hist.el.gz.

This variable is obsolete since 30.1.

Value

(#[0 "\300\301\302\"\207"
    [remove-hook kill-emacs-hook eshell-save-some-history] 3])

Documentation

A hook that gets run when eshell-hist is unloaded.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-hist.el.gz
(defcustom eshell-hist-unload-hook
  (list
   (lambda ()
     (remove-hook 'kill-emacs-hook 'eshell-save-some-history)))
  "A hook that gets run when `eshell-hist' is unloaded."
  :type 'hook)