From: Richard M. Stallman Date: Sun, 12 Aug 2007 17:53:21 +0000 (+0000) Subject: (gud): Change to group `processes'. X-Git-Tag: emacs-pretest-23.0.90~11528 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39a8a2a7995123fab281a5bedd2b6ee35460a8cb;p=emacs.git (gud): Change to group `processes'. --- diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index 2131aebe2a8..f4c31ac203a 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el @@ -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)