Mercurial > emacs
changeset 40379:00827567d7bd
(mouse-buffer-menu-mode-groups): added SGML group
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Sat, 27 Oct 2001 16:32:35 +0000 |
parents | 344e63612d00 |
children | 02365ce6ccc9 |
files | lisp/ChangeLog lisp/mouse.el |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Oct 27 16:09:54 2001 +0000 +++ b/lisp/ChangeLog Sat Oct 27 16:32:35 2001 +0000 @@ -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>
--- a/lisp/mouse.el Sat Oct 27 16:09:54 2001 +0000 +++ b/lisp/mouse.el Sat Oct 27 16:32:35 2001 +0000 @@ -1514,7 +1514,8 @@ ("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).