trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1,70 @@
;;; 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

View file

@ -0,0 +1 @@
/home/chris/.emacs.d/straight/repos/persistent-soft/persistent-soft.el

Binary file not shown.