summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorSam Steingold <sds@gnu.org>2001-10-27 16:32:35 +0000
committerSam Steingold <sds@gnu.org>2001-10-27 16:32:35 +0000
commitc71a58a384e8711e7295159dae7c99f521c4d22d (patch)
treeb6752bd7db30f58155fe47cbc3c8ee82236caaea /lisp/mouse.el
parent54c0e6825b2ccadb70d3eab29d5f455419a7dc16 (diff)
downloademacs-c71a58a384e8711e7295159dae7c99f521c4d22d.tar.gz
(mouse-buffer-menu-mode-groups): added SGML group
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el3
1 files changed, 2 insertions, 1 deletions
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."
("ObjC" . "C")
("Text" . "Text")
("Outline" . "Text")
- ("\\(log\\|diff\\|vc\\|cvs\\)" . "Version Control") ; "Change Management"?
+ ("\\(HT\\|SG\\|X\\|XHT\\)ML" . "SGML")
+ ("log\\|diff\\|vc\\|cvs" . "Version Control") ; "Change Management"?
("Lisp" . "Lisp"))
"How to group various major modes together in \\[mouse-buffer-menu].
Each element has the form (REGEXP . GROUPNAME).