diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-03-26 15:33:33 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-03-26 15:33:33 +0000 |
commit | 5ffc943b8f7011112d3bc8cba0d52d52e57facb0 (patch) | |
tree | e958de500022fee8710f264dbb753003790067c7 /lisp | |
parent | e6753bacbb20e1ae92768921f3605e61b482a374 (diff) | |
download | emacs-5ffc943b8f7011112d3bc8cba0d52d52e57facb0.tar.gz |
(flymake-mode): Add autoload cookie.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/progmodes/flymake.el | 1 |
2 files changed, 3 insertions, 0 deletions
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 <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>. 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. |