emacs.d/elpa/flymake-racket-20180912.109/flymake-racket-autoloads.el
2020-02-14 23:09:34 +01:00

33 lines
845 B
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.

;;; flymake-racket-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "flymake-racket" "flymake-racket.el" (0 0 0
;;;;;; 0))
;;; Generated autoloads from flymake-racket.el
(autoload 'flymake-racket-setup "flymake-racket" "\
Set up Flymake for Racket.
\(fn)" t nil)
(autoload 'flymake-racket-add-hook "flymake-racket" "\
Add `flymake-racket-lint' to `flymake-diagnostic-functions'.
\(fn)" nil nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "flymake-racket" '("flymake-racket-")))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; flymake-racket-autoloads.el ends here