changeset 61284:fb2f8ebf304e

(flymake-mode): Specify :group.
author Lute Kamstra <lute@gnu.org>
date Mon, 04 Apr 2005 09:22:59 +0000
parents 6535e32999e7
children bb8465da2472
files lisp/progmodes/flymake.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/flymake.el	Mon Apr 04 09:21:06 2005 +0000
+++ b/lisp/progmodes/flymake.el	Mon Apr 04 09:22:59 2005 +0000
@@ -964,7 +964,7 @@
 	(if (consp file)	(setq file (car file)))
 	(if (consp line)	(setq line (car line)))
 	(if (consp col)	(setq col (car col)))
-	
+
 	(when (not (functionp line))
 	  (setq converted-list (cons (list regexp file line col) converted-list)))))
     converted-list))
@@ -1508,7 +1508,7 @@
   "Minor mode to do on-the-fly syntax checking.
 When called interactively, toggles the minor mode.
 With arg, turn Flymake mode on if and only if arg is positive."
-  :lighter flymake-mode-line
+  :group 'flymake :lighter flymake-mode-line
   (if flymake-mode
       (if (flymake-can-syntax-check-file (buffer-file-name))
 	  (flymake-mode-on)