dotemacs

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

restclient-autoloads.el (1206B)


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