trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1,38 @@
;;; restclient-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
;;
;;; Code:
;;;### (autoloads nil "restclient" "restclient.el" (0 0 0 0))
;;; Generated autoloads from restclient.el
(autoload 'restclient-http-send-current "restclient" "\
Sends current request.
Optional argument RAW don't reformat response if t.
Optional argument STAY-IN-WINDOW do not move focus to response buffer if t.
\(fn &optional RAW STAY-IN-WINDOW)" t nil)
(autoload 'restclient-http-send-current-raw "restclient" "\
Sends current request and get raw result (no reformatting or syntax highlight of XML, JSON or images)." t nil)
(autoload 'restclient-http-send-current-stay-in-window "restclient" "\
Send current request and keep focus in request window." t nil)
(autoload 'restclient-mode "restclient" "\
Turn on restclient mode.
\(fn)" t nil)
(register-definition-prefixes "restclient" '("restclient-"))
;;;***
(provide 'restclient-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; restclient-autoloads.el ends here