summaryrefslogtreecommitdiff
path: root/lisp/progmodes/flymake.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2005-03-26 15:33:33 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2005-03-26 15:33:33 +0000
commit5ffc943b8f7011112d3bc8cba0d52d52e57facb0 (patch)
treee958de500022fee8710f264dbb753003790067c7 /lisp/progmodes/flymake.el
parente6753bacbb20e1ae92768921f3605e61b482a374 (diff)
downloademacs-5ffc943b8f7011112d3bc8cba0d52d52e57facb0.tar.gz
(flymake-mode): Add autoload cookie.
Diffstat (limited to 'lisp/progmodes/flymake.el')
-rw-r--r--lisp/progmodes/flymake.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index 1a5059776ed..70150111a86 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -1503,6 +1503,7 @@ Return first 'INCLUDE-DIRS/REL-FILE-NAME' that exists, or just REL-FILE-NAME if
(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.