]> code.delx.au - gnu-emacs/commitdiff
(gud): Change to group `processes'.
authorRichard M. Stallman <rms@gnu.org>
Sun, 12 Aug 2007 17:53:21 +0000 (17:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 12 Aug 2007 17:53:21 +0000 (17:53 +0000)
lisp/progmodes/gud.el

index 2131aebe2a8e6820fb8d725a9fcdbd3265f0e6a0..f4c31ac203a5d9ce9b24716861ee5855577dcf46 100644 (file)
@@ -59,7 +59,7 @@
 (defgroup gud nil
   "Grand Unified Debugger mode for gdb and other debuggers under Emacs.
 Supported debuggers include gdb, sdb, dbx, xdb, perldb, pdb (Python), jdb."
-  :group 'unix
+  :group 'processes
   :group 'tools)