From: Martin Rudalics Date: Wed, 18 Feb 2009 07:41:10 +0000 (+0000) Subject: (flymake): Add defgroup. (Bug#2356) X-Git-Tag: emacs-pretest-23.0.91~162 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57a97b446f4dbac34c6f56b7f5271a7e6068801f;p=emacs.git (flymake): Add defgroup. (Bug#2356) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9590f39c9f7..7b1cdb23e54 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 81f40d15559..20fd68aa959 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -263,6 +263,11 @@ are the string substitutions (see `format')." (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)