Function: loadhist-unload-element
loadhist-unload-element is a byte-compiled function defined in
loadhist.el.gz.
Signature
(loadhist-unload-element X)
Documentation
Unload an element from the load-history.
Implementations
:extra "elp" :before ((x (head defun))) in `elp.el'.
Un-instrument before unloading a function.
((x (head define-symbol-props))) in `loadhist.el'.
Undocumented
((x (head define-type))) in `loadhist.el'.
Undocumented
((x symbol)) in `loadhist.el'.
Undocumented
((x (head provide))) in `loadhist.el'.
Undocumented
((_ (head defface))) in `loadhist.el'.
Undocumented
((_ (head require))) in `loadhist.el'.
Undocumented
((x (head autoload))) in `loadhist.el'.
Undocumented
((x (head defun))) in `loadhist.el'.
Undocumented
((x (head t))) in `loadhist.el'.
Undocumented
(x) in `loadhist.el'.
Undocumented
((x (head cl-defmethod))) in `cl-generic.el'.
Undocumented
Source Code
;; Defined in /usr/src/emacs/lisp/loadhist.el.gz
(cl-defgeneric loadhist-unload-element (x)
"Unload an element from the `load-history'."
(message "Unexpected element %S in load-history" x))