# HG changeset patch # User Martin Rudalics # Date 1234942870 0 # Node ID 1dd8685cb0917f9c291fb10fadd726eae8e42ece # Parent 0a99ba31ebe9acc052f9afe947ebbf7751ad3e57 (flymake): Add defgroup. (Bug#2356) diff -r 0a99ba31ebe9 -r 1dd8685cb091 lisp/ChangeLog --- 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 + + * progmodes/flymake.el (flymake): Add defgroup. (Bug#2356) + 2009-02-18 Glenn Morris * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded diff -r 0a99ba31ebe9 -r 1dd8685cb091 lisp/progmodes/flymake.el --- 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)