restclient-autoloads.el (1294B)
1 ;;; 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 (file-name-directory load-file-name)) (car load-path))) 9 10 11 12 ;;; Generated autoloads from restclient.el 13 14 (autoload 'restclient-http-send-current "restclient" "\ 15 Sends current request. 16 Optional argument RAW don't reformat response if t. 17 Optional argument STAY-IN-WINDOW do not move focus to response buffer if t. 18 19 (fn &optional RAW STAY-IN-WINDOW)" t) 20 (autoload 'restclient-http-send-current-raw "restclient" "\ 21 Sends current request and get raw result (no reformatting or syntax highlight of XML, JSON or images)." t) 22 (autoload 'restclient-http-send-current-stay-in-window "restclient" "\ 23 Send current request and keep focus in request window." t) 24 (autoload 'restclient-mode "restclient" "\ 25 Turn on restclient mode. 26 27 (fn)" t) 28 (register-definition-prefixes "restclient" '("restclient-")) 29 30 ;;; End of scraped data 31 32 (provide 'restclient-autoloads) 33 34 ;; Local Variables: 35 ;; version-control: never 36 ;; no-byte-compile: t 37 ;; no-update-autoloads: t 38 ;; no-native-compile: t 39 ;; coding: utf-8-emacs-unix 40 ;; End: 41 42 ;;; restclient-autoloads.el ends here