# HG changeset patch # User Lute Kamstra # Date 1112606466 0 # Node ID 6535e32999e76bdb2869c7cc1f3f83b9628849d4 # Parent 73d56a93d9fd4602c009afa3f9919c7ac4efedc4 (cwarn-mode): Specify :group. diff -r 73d56a93d9fd -r 6535e32999e7 lisp/progmodes/cwarn.el --- a/lisp/progmodes/cwarn.el Mon Apr 04 09:19:51 2005 +0000 +++ b/lisp/progmodes/cwarn.el Mon Apr 04 09:21:06 2005 +0000 @@ -1,6 +1,6 @@ ;;; cwarn.el --- highlight suspicious C and C++ constructions -;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2001, 2005 Free Software Foundation, Inc. ;; Author: Anders Lindgren ;; Keywords: c, languages, faces @@ -193,7 +193,7 @@ C++ modes are included. With ARG, turn CWarn mode on if and only if arg is positive." - nil cwarn-mode-text nil + :group 'cwarn :lighter cwarn-mode-text (cwarn-font-lock-keywords cwarn-mode) (if font-lock-mode (font-lock-fontify-buffer)))