From 7bc61bb7bf11278dc012b29ff39b10f1d01c27fb Mon Sep 17 00:00:00 2001 From: Sam Steingold Date: Fri, 4 Feb 2011 09:54:13 -0500 Subject: [PATCH] * lisp/mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group. --- lisp/ChangeLog | 4 ++++ lisp/mouse.el | 2 ++ 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 37c7341a60b..e9abcafcac8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-02-04 Sam Steingold + + * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group. + 2011-02-04 Andreas Schwab * international/mule-util.el (with-coding-priority): Doc fix. diff --git a/lisp/mouse.el b/lisp/mouse.el index c0b86d45028..87f9be6bf57 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -1729,6 +1729,8 @@ a large number if you prefer a mixed multitude. The default is 4." ("Outline" . "Text") ("\\(HT\\|SG\\|X\\|XHT\\)ML" . "SGML") ("log\\|diff\\|vc\\|cvs\\|Annotate" . "Version Control") ; "Change Management"? + ("Threads\\|Memory\\|Disassembly\\|Breakpoints\\|Frames\\|Locals\\|Registers\\|Inferior I/O\\|Debugger" + . "GDB") ("Lisp" . "Lisp"))) "How to group various major modes together in \\[mouse-buffer-menu]. Each element has the form (REGEXP . GROUPNAME). -- 2.39.5