* lisp/mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
This commit is contained in:
parent
984ef96d31
commit
7bc61bb7bf
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Add table
Reference in a new issue