]> git.eshelyaron.com Git - emacs.git/commitdiff
(flymake): Add defgroup. (Bug#2356)
authorMartin Rudalics <rudalics@gmx.at>
Wed, 18 Feb 2009 07:41:10 +0000 (07:41 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Wed, 18 Feb 2009 07:41:10 +0000 (07:41 +0000)
lisp/ChangeLog
lisp/progmodes/flymake.el

index 9590f39c9f72376d4241c8d0cf0a5dd6bd23b8d4..7b1cdb23e5488ac975768468b71ea018f2aeb425 100644 (file)
@@ -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
index 81f40d155595d78f9b020d0a2fb94020adc5e18b..20fd68aa959fa84f3c232516e675de33b3ab5a78 100644 (file)
@@ -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)