From 57a97b446f4dbac34c6f56b7f5271a7e6068801f Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Wed, 18 Feb 2009 07:41:10 +0000 Subject: [PATCH] (flymake): Add defgroup. (Bug#2356) --- lisp/ChangeLog | 4 ++++ lisp/progmodes/flymake.el | 5 +++++ 2 files changed, 9 insertions(+) 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) -- 2.39.5