;;; esup-autoloads.el --- automatically extracted autoloads  -*- lexical-binding: t -*-
;;
;;; Code:

(add-to-list 'load-path (directory-file-name
                         (or (file-name-directory #$) (car load-path))))


;;;### (autoloads nil "esup" "esup.el" (0 0 0 0))
;;; Generated autoloads from esup.el

(autoload 'esup "esup" "\
Profile the startup time of Emacs in the background.
If INIT-FILE is non-nil, profile that instead of USER-INIT-FILE.
ARGS is a list of extra command line arguments to pass to Emacs.

\(fn &optional INIT-FILE &rest ARGS)" t nil)

(register-definition-prefixes "esup" '("esup-"))

;;;***

;;;### (autoloads nil "esup-child" "esup-child.el" (0 0 0 0))
;;; Generated autoloads from esup-child.el

(register-definition-prefixes "esup-child" '("esup-" "with-esup-child-increasing-depth"))

;;;***

;;;### (autoloads nil nil ("esup-pkg.el") (0 0 0 0))

;;;***

;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; esup-autoloads.el ends here