]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
authorSam Steingold <sds@gnu.org>
Fri, 4 Feb 2011 14:54:13 +0000 (09:54 -0500)
committerSam Steingold <sds@gnu.org>
Fri, 4 Feb 2011 14:54:13 +0000 (09:54 -0500)
lisp/ChangeLog
lisp/mouse.el

index 37c7341a60bba55e5422b2dd9b5ba111606ad46b..e9abcafcac8a8e5d05cf84b33577a457fc55db5e 100644 (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.
index c0b86d450288f670f5440cd482fd0f42ebcb4e91..87f9be6bf57fd39d74f466c99640db1769a76c1e 100644 (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).