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:
parent
54c0e6825b
commit
c71a58a384
@ -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>
|
||||
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user