dotemacs

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

restclient-autoloads.el (1479B)


      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 (directory-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 SUPPRESS-RESPONSE-BUFFER)" 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-http-send-current-suppress-response-buffer "restclient" "\
     25 Send current request but don't show response buffer." t)
     26 (autoload 'restclient-mode "restclient" "\
     27 Turn on restclient mode.
     28 
     29 (fn)" t)
     30 (register-definition-prefixes "restclient" '("restclient-"))
     31 
     32 ;;; End of scraped data
     33 
     34 (provide 'restclient-autoloads)
     35 
     36 ;; Local Variables:
     37 ;; version-control: never
     38 ;; no-byte-compile: t
     39 ;; no-update-autoloads: t
     40 ;; no-native-compile: t
     41 ;; coding: utf-8-emacs-unix
     42 ;; End:
     43 
     44 ;;; restclient-autoloads.el ends here