* lisp/mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.

This commit is contained in:
Sam Steingold 2011-02-04 09:54:13 -05:00
parent 984ef96d31
commit 7bc61bb7bf
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2011-02-04 Sam Steingold <sds@gnu.org>
* mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
2011-02-04 Andreas Schwab <schwab@linux-m68k.org>
* international/mule-util.el (with-coding-priority): Doc fix.

View file

@ -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).