Mercurial > emacs
changeset 82353:02af9b581498
(gud): Change to group `processes'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 12 Aug 2007 17:53:21 +0000 |
parents | 0349c504d001 |
children | e78c181de6bf |
files | lisp/progmodes/gud.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/gud.el Sat Aug 11 03:02:05 2007 +0000 +++ b/lisp/progmodes/gud.el Sun Aug 12 17:53:21 2007 +0000 @@ -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)