From: Stefan Monnier Date: Sat, 26 Mar 2005 15:33:33 +0000 (+0000) Subject: (flymake-mode): Add autoload cookie. X-Git-Tag: ttn-vms-21-2-B4~1492 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ffc943b8f7011112d3bc8cba0d52d52e57facb0;p=emacs.git (flymake-mode): Add autoload cookie. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9ef3a5d7fc1..8e42e5f969f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2005-03-26 Stefan Monnier + * 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 . 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.