Variable: loadhist--restore-autoload

loadhist--restore-autoload is a variable defined in loadhist.el.gz.

Value

nil

Documentation

If non-nil, is a symbol for which to try to restore a previous autoload.

Source Code

;; Defined in /usr/src/emacs/lisp/loadhist.el.gz
;; In `load-history', the definition of a previously autoloaded
;; function is represented by 2 entries: (t . SYMBOL) comes before
;; (defun . SYMBOL) and says we should restore SYMBOL's autoload when
;; we undefine it.
;; So we use this auxiliary variable to keep track of the last (t . SYMBOL)
;; that occurred.
(defvar loadhist--restore-autoload nil
  "If non-nil, is a symbol for which to try to restore a previous autoload.")