forked from colonelpanic/dotfiles
47 lines
1008 B
EmacsLisp
47 lines
1008 B
EmacsLisp
;;; flymake-autoloads.el --- automatically extracted autoloads
|
||
;;
|
||
;;; Code:
|
||
|
||
|
||
;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on
|
||
;;;;;; flymake-mode) "flymake" "flymake.el" (20685 13733))
|
||
;;; Generated autoloads from flymake.el
|
||
|
||
(autoload 'flymake-mode "flymake" "\
|
||
Toggle on-the-fly syntax checking.
|
||
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)
|
||
|
||
(autoload 'flymake-mode-on "flymake" "\
|
||
Turn flymake mode on.
|
||
|
||
\(fn)" nil nil)
|
||
|
||
(autoload 'flymake-mode-off "flymake" "\
|
||
Turn flymake mode off.
|
||
|
||
\(fn)" nil nil)
|
||
|
||
(autoload 'flymake-find-file-hook "flymake" "\
|
||
|
||
|
||
\(fn)" nil nil)
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil nil ("flymake-pkg.el") (20685 13733 601582))
|
||
|
||
;;;***
|
||
|
||
(provide 'flymake-autoloads)
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; coding: utf-8
|
||
;; End:
|
||
;;; flymake-autoloads.el ends here
|