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

35 lines
883 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.

;;; emacsql-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
;;
;;; Code:
;;;### (autoloads nil "emacsql" "emacsql.el" (0 0 0 0))
;;; Generated autoloads from emacsql.el
(autoload 'emacsql-show-last-sql "emacsql" "\
Display the compiled SQL of the s-expression SQL expression before point.
A prefix argument causes the SQL to be printed into the current buffer.
\(fn &optional PREFIX)" t nil)
(register-definition-prefixes "emacsql" '("emacsql-"))
;;;***
;;;### (autoloads nil "emacsql-compiler" "emacsql-compiler.el" (0
;;;;;; 0 0 0))
;;; Generated autoloads from emacsql-compiler.el
(register-definition-prefixes "emacsql-compiler" '("emacsql-"))
;;;***
(provide 'emacsql-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; emacsql-autoloads.el ends here