diff options
author | Sam Steingold <sds@gnu.org> | 2001-10-27 16:32:35 +0000 |
---|---|---|
committer | Sam Steingold <sds@gnu.org> | 2001-10-27 16:32:35 +0000 |
commit | c71a58a384e8711e7295159dae7c99f521c4d22d (patch) | |
tree | b6752bd7db30f58155fe47cbc3c8ee82236caaea | |
parent | 54c0e6825b2ccadb70d3eab29d5f455419a7dc16 (diff) | |
download | emacs-c71a58a384e8711e7295159dae7c99f521c4d22d.tar.gz |
(mouse-buffer-menu-mode-groups): added SGML group
-rw-r--r-- | lisp/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/mouse.el | 3 |
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 @@ 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> 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). |