aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Steingold2001-10-27 16:32:35 +0000
committerSam Steingold2001-10-27 16:32:35 +0000
commitc71a58a384e8711e7295159dae7c99f521c4d22d (patch)
treeb6752bd7db30f58155fe47cbc3c8ee82236caaea
parent54c0e6825b2ccadb70d3eab29d5f455419a7dc16 (diff)
downloademacs-c71a58a384e8711e7295159dae7c99f521c4d22d.tar.gz
emacs-c71a58a384e8711e7295159dae7c99f521c4d22d.zip
(mouse-buffer-menu-mode-groups): added SGML group
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/mouse.el3
2 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c1fece77c0c..63b68f4cea1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -194,7 +194,7 @@
1942001-10-24 Sam Steingold <sds@gnu.org> 1942001-10-24 Sam Steingold <sds@gnu.org>
195 195
196 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version 196 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
197 Control" group. 197 Control" and "SGML" groups.
198 198
1992001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org> 1992001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
200 200
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 833b254049e..7f7f446d724 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -1514,7 +1514,8 @@ a large number if you prefer a mixed multitude. The default is 4."
1514 ("ObjC" . "C") 1514 ("ObjC" . "C")
1515 ("Text" . "Text") 1515 ("Text" . "Text")
1516 ("Outline" . "Text") 1516 ("Outline" . "Text")
1517 ("\\(log\\|diff\\|vc\\|cvs\\)" . "Version Control") ; "Change Management"? 1517 ("\\(HT\\|SG\\|X\\|XHT\\)ML" . "SGML")
1518 ("log\\|diff\\|vc\\|cvs" . "Version Control") ; "Change Management"?
1518 ("Lisp" . "Lisp")) 1519 ("Lisp" . "Lisp"))
1519 "How to group various major modes together in \\[mouse-buffer-menu]. 1520 "How to group various major modes together in \\[mouse-buffer-menu].
1520Each element has the form (REGEXP . GROUPNAME). 1521Each element has the form (REGEXP . GROUPNAME).