]> git.eshelyaron.com Git - emacs.git/commitdiff
(flymake-mode): Add autoload cookie.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 26 Mar 2005 15:33:33 +0000 (15:33 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 26 Mar 2005 15:33:33 +0000 (15:33 +0000)
lisp/ChangeLog
lisp/progmodes/flymake.el

index 9ef3a5d7fc104b2499a13597d8a4f964a2f74553..8e42e5f969f4b00f8d3c40b53409c232b4b63dcf 100644 (file)
@@ -1,5 +1,7 @@
 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>.
 
index 1a5059776ede74e58eab3e92a14bb4e3645126b8..70150111a86369d41c8c144e5287e8612eee6311 100644 (file)
@@ -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.