Function: persist--save-all
persist--save-all is a byte-compiled function defined in persist.el.
Signature
(persist--save-all)
Documentation
Save all persistent symbols.
Source Code
;; Defined in ~/.emacs.d/elpa/persist-0.8/persist.el
(defun persist--save-all ()
"Save all persistent symbols."
(mapc 'persist-save persist--symbols))