emacs.d/elpa/restclient-test-20180106.2046/restclient-test-autoloads.el
2019-11-22 22:23:12 +01:00

43 lines
1.2 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; restclient-test-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "restclient-test" "restclient-test.el" (0 0
;;;;;; 0 0))
;;; Generated autoloads from restclient-test.el
(autoload 'restclient-test-current "restclient-test" "\
Test query at point.
When the test contains an \"Expect\" entry, return `pass' if the
test passed and `fail' if the test failed. Else return nil.'
\(fn)" t nil)
(autoload 'restclient-test-buffer "restclient-test" "\
Test every query in the current buffer.
\(fn)" t nil)
(autoload 'restclient-test-mode "restclient-test" "\
Minor mode with key-bindings for restclient-test commands.
With a prefix argument ARG, enable the mode if ARG is positive,
and disable it otherwise. If called from Lisp, enable the mode
if ARG is omitted or nil.
\(fn &optional ARG)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "restclient-test" '("restclient-test-")))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; restclient-test-autoloads.el ends here