2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
+ * progmodes/flymake.el (flymake-mode): Add autoload cookie.
+
* emacs-lisp/debug.el (debugger-record-expression): Add a missing
format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
(flymake-log 0 "switched OFF Flymake mode for buffer %s due to fatal status %s, warning %s"
(buffer-name buffer) status warning)))
+;;;###autoload
(define-minor-mode flymake-mode
"Minor mode to do on-the-fly syntax checking.
When called interactively, toggles the minor mode.