aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/flymake.el
diff options
context:
space:
mode:
authorMartin Rudalics <[email protected]>2009-02-18 07:41:10 +0000
committerMartin Rudalics <[email protected]>2009-02-18 07:41:10 +0000
commit57a97b446f4dbac34c6f56b7f5271a7e6068801f (patch)
treee07bce863a8ee9f32ee30371a207840f338b715c /lisp/progmodes/flymake.el
parentdec6b98cbf137630a95613ed2873f4962f127aa1 (diff)
(flymake): Add defgroup. (Bug#2356)
Diffstat (limited to 'lisp/progmodes/flymake.el')
-rw-r--r--lisp/progmodes/flymake.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index 81f40d1555..20fd68aa95 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)