Function: persist-reset
persist-reset is a byte-compiled function defined in persist.el.
Signature
(persist-reset SYMBOL)
Documentation
Set the value of SYMBOL to a copy of the default.
Source Code
;; Defined in ~/.emacs.d/elpa/persist-0.8/persist.el
(defun persist-reset (symbol)
"Set the value of SYMBOL to a copy of the default."
(set symbol (persist-copy (persist-default symbol))))