summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Steingold <sds@gnu.org>2008-11-11 17:20:06 +0000
committerSam Steingold <sds@gnu.org>2008-11-11 17:20:06 +0000
commit8c1156132e724283593b8eb500bcda265be55be3 (patch)
treecc8468de0d80c7b09084e81d3320f675abfe07a9
parent35819c029f1509c1b5487efe8f3af51bce3cbdf2 (diff)
downloademacs-8c1156132e724283593b8eb500bcda265be55be3.tar.gz
(mouse-buffer-menu-mode-groups): Place "Annotate" into
the "Version Control" group (for C-x v g).
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/mouse.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6d02ceaa4e8..72ef246726f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-11 Sam Steingold <sds@gnu.org>
+
+ * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
+ the "Version Control" group (for C-x v g).
+
2008-11-11 Juanma Barranquero <lekktu@gmail.com>
* server.el (server-process-filter): Fix typos and reflow docstring.
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 0ad7aa51d98..37879bc1e1f 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -1825,7 +1825,7 @@ a large number if you prefer a mixed multitude. The default is 4."
("Text" . "Text")
("Outline" . "Text")
("\\(HT\\|SG\\|X\\|XHT\\)ML" . "SGML")
- ("log\\|diff\\|vc\\|cvs" . "Version Control") ; "Change Management"?
+ ("log\\|diff\\|vc\\|cvs\\|Annotate" . "Version Control") ; "Change Management"?
("Lisp" . "Lisp"))
"How to group various major modes together in \\[mouse-buffer-menu].
Each element has the form (REGEXP . GROUPNAME).