emacs.d/elpa/flymake-eslint-20191129.1558/flymake-eslint-autoloads.el

29 lines
758 B
EmacsLisp
Raw Normal View History

2019-12-07 17:10:10 +01:00
;;; flymake-eslint-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "flymake-eslint" "flymake-eslint.el" (0 0 0
;;;;;; 0))
;;; Generated autoloads from flymake-eslint.el
(autoload 'flymake-eslint-enable "flymake-eslint" "\
Enable Flymake and add flymake-eslint as a buffer-local Flymake backend.
\(fn)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "flymake-eslint" '("flymake-eslint-")))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; flymake-eslint-autoloads.el ends here