1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(mouse-buffer-menu-mode-groups): added SGML group

This commit is contained in:
Sam Steingold 2001-10-27 16:32:35 +00:00
parent 54c0e6825b
commit c71a58a384
2 changed files with 3 additions and 2 deletions

View File

@ -194,7 +194,7 @@
2001-10-24 Sam Steingold <sds@gnu.org>
* mouse.el (mouse-buffer-menu-mode-groups): Added "Version
Control" group.
Control" and "SGML" groups.
2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>

View File

@ -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).