dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

ob-restclient-autoloads.el (777B)


      1 ;;; ob-restclient-autoloads.el --- automatically extracted autoloads  -*- lexical-binding: t -*-
      2 ;;
      3 ;;; Code:
      4 
      5 (add-to-list 'load-path (directory-file-name
      6                          (or (file-name-directory #$) (car load-path))))
      7 
      8 
      9 ;;;### (autoloads nil "ob-restclient" "ob-restclient.el" (0 0 0 0))
     10 ;;; Generated autoloads from ob-restclient.el
     11 
     12 (autoload 'org-babel-execute:restclient "ob-restclient" "\
     13 Execute a block of Restclient code with org-babel.
     14 This function is called by `org-babel-execute-src-block'
     15 
     16 \(fn BODY PARAMS)" nil nil)
     17 
     18 (register-definition-prefixes "ob-restclient" '("org-babel-"))
     19 
     20 ;;;***
     21 
     22 ;; Local Variables:
     23 ;; version-control: never
     24 ;; no-byte-compile: t
     25 ;; no-update-autoloads: t
     26 ;; coding: utf-8
     27 ;; End:
     28 ;;; ob-restclient-autoloads.el ends here