Mercurial > emacs
changeset 102095:1dd8685cb091
(flymake): Add defgroup. (Bug#2356)
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Wed, 18 Feb 2009 07:41:10 +0000 |
parents | 0a99ba31ebe9 |
children | 7053d753a548 |
files | lisp/ChangeLog lisp/progmodes/flymake.el |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Feb 18 04:39:06 2009 +0000 +++ b/lisp/ChangeLog Wed Feb 18 07:41:10 2009 +0000 @@ -1,3 +1,7 @@ +2009-02-18 Martin Rudalics <rudalics@gmx.at> + + * progmodes/flymake.el (flymake): Add defgroup. (Bug#2356) + 2009-02-18 Glenn Morris <rgm@gnu.org> * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
--- a/lisp/progmodes/flymake.el Wed Feb 18 04:39:06 2009 +0000 +++ b/lisp/progmodes/flymake.el Wed Feb 18 07:41:10 2009 +0000 @@ -263,6 +263,11 @@ (make-variable-buffer-local 'flymake-output-residual) +(defgroup flymake nil + "A universal on-the-fly syntax checker." + :version "23.1" + :group 'tools) + (defcustom flymake-allowed-file-name-masks '(("\\.c\\'" flymake-simple-make-init) ("\\.cpp\\'" flymake-simple-make-init)