emacs/var/backup/!home!chris!.emacs.d!straight!build!persistent-soft!persistent-soft-autoloads.el~
2022-01-03 12:49:32 -06:00

71 lines
2.1 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; persistent-soft-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
;;
;;; Code:
;;;### (autoloads nil "persistent-soft" "persistent-soft.el" (0 0
;;;;;; 0 0))
;;; Generated autoloads from persistent-soft.el
(let ((loads (get 'persistent-soft 'custom-loads))) (if (member '"persistent-soft" loads) nil (put 'persistent-soft 'custom-loads (cons '"persistent-soft" loads))))
(autoload 'persistent-soft-location-readable "persistent-soft" "\
Return non-nil if LOCATION is a readable persistent-soft data store.
\(fn LOCATION)" nil nil)
(autoload 'persistent-soft-location-destroy "persistent-soft" "\
Destroy LOCATION (a persistent-soft data store).
Returns non-nil on confirmed success.
\(fn LOCATION)" nil nil)
(autoload 'persistent-soft-exists-p "persistent-soft" "\
Return t if SYMBOL exists in the LOCATION persistent data store.
This is a noop unless LOCATION is a string and pcache is loaded.
Returns nil on failure, without throwing an error.
\(fn SYMBOL LOCATION)" nil nil)
(autoload 'persistent-soft-fetch "persistent-soft" "\
Return the value for SYMBOL in the LOCATION persistent data store.
This is a noop unless LOCATION is a string and pcache is loaded.
Returns nil on failure, without throwing an error.
\(fn SYMBOL LOCATION)" nil nil)
(autoload 'persistent-soft-flush "persistent-soft" "\
Flush data for the LOCATION data store to disk.
\(fn LOCATION)" nil nil)
(autoload 'persistent-soft-store "persistent-soft" "\
Under SYMBOL, store VALUE in the LOCATION persistent data store.
This is a noop unless LOCATION is a string and pcache is loaded.
Optional EXPIRATION sets an expiry time in seconds.
Returns a true value if storage was successful. Returns nil
on failure, without throwing an error.
\(fn SYMBOL VALUE LOCATION &optional EXPIRATION)" nil nil)
(register-definition-prefixes "persistent-soft" '("persistent-soft-"))
;;;***
(provide 'persistent-soft-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; persistent-soft-autoloads.el ends here