emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103115: * lisp/mouse.el (mouse-buffe


From: Sam Steingold
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103115: * lisp/mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
Date: Fri, 04 Feb 2011 09:54:13 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103115
committer: Sam Steingold <address@hidden>
branch nick: trunk
timestamp: Fri 2011-02-04 09:54:13 -0500
message:
  * lisp/mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
modified:
  lisp/ChangeLog
  lisp/mouse.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-02-04 10:45:46 +0000
+++ b/lisp/ChangeLog    2011-02-04 14:54:13 +0000
@@ -1,3 +1,7 @@
+2011-02-04  Sam Steingold  <address@hidden>
+
+       * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
+
 2011-02-04  Andreas Schwab  <address@hidden>
 
        * international/mule-util.el (with-coding-priority): Doc fix.

=== modified file 'lisp/mouse.el'
--- a/lisp/mouse.el     2011-02-01 21:37:12 +0000
+++ b/lisp/mouse.el     2011-02-04 14:54:13 +0000
@@ -1729,6 +1729,8 @@
     ("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).


reply via email to

[Prev in Thread] Current Thread [Next in Thread]