Mercurial > emacs
changeset 60978:d22b1a318941
(flymake-mode): Add autoload cookie.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 26 Mar 2005 15:33:33 +0000 |
parents | cf8b1e4b1007 |
children | 2a96c49243d2 |
files | lisp/ChangeLog lisp/progmodes/flymake.el |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Mar 26 15:29:01 2005 +0000 +++ b/lisp/ChangeLog Sat Mar 26 15:33:33 2005 +0000 @@ -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>.
--- a/lisp/progmodes/flymake.el Sat Mar 26 15:29:01 2005 +0000 +++ b/lisp/progmodes/flymake.el Sat Mar 26 15:33:33 2005 +0000 @@ -1503,6 +1503,7 @@ (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.