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

31 lines
790 B
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.

;;; no-littering-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
;;
;;; Code:
;;;### (autoloads nil "no-littering" "no-littering.el" (0 0 0 0))
;;; Generated autoloads from no-littering.el
(autoload 'no-littering-expand-etc-file-name "no-littering" "\
Expand filename FILE relative to `no-littering-etc-directory'.
\(fn FILE)" nil nil)
(autoload 'no-littering-expand-var-file-name "no-littering" "\
Expand filename FILE relative to `no-littering-var-directory'.
\(fn FILE)" nil nil)
(register-definition-prefixes "no-littering" '("no-littering-"))
;;;***
(provide 'no-littering-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; no-littering-autoloads.el ends here