ob-restclient-autoloads.el (1052B)
1 ;;; ob-restclient-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- 2 ;; Generated by the `loaddefs-generate' function. 3 4 ;; This file is part of GNU Emacs. 5 6 ;;; Code: 7 8 (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path))) 9 10 11 12 ;;; Generated autoloads from ob-restclient.el 13 14 (autoload 'org-babel-execute:restclient "ob-restclient" "\ 15 Execute a block of Restclient code with org-babel. 16 This function is called by `org-babel-execute-src-block' 17 18 (fn BODY PARAMS)") 19 (autoload 'org-babel-variable-assignments:restclient "ob-restclient" "\ 20 Return a list of statements assigning variables specified in PARAMS. 21 22 (fn PARAMS)") 23 (register-definition-prefixes "ob-restclient" '("org-babel-")) 24 25 ;;; End of scraped data 26 27 (provide 'ob-restclient-autoloads) 28 29 ;; Local Variables: 30 ;; version-control: never 31 ;; no-byte-compile: t 32 ;; no-update-autoloads: t 33 ;; no-native-compile: t 34 ;; coding: utf-8-emacs-unix 35 ;; End: 36 37 ;;; ob-restclient-autoloads.el ends here