comparison lisp/mouse.el @ 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 3b6c70f1fe6c
children a48a4d0806b4
comparison
equal deleted inserted replaced
40378:344e63612d00 40379:00827567d7bd
1512 . "Mail/News") 1512 . "Mail/News")
1513 ("\\<C\\>" . "C") 1513 ("\\<C\\>" . "C")
1514 ("ObjC" . "C") 1514 ("ObjC" . "C")
1515 ("Text" . "Text") 1515 ("Text" . "Text")
1516 ("Outline" . "Text") 1516 ("Outline" . "Text")
1517 ("\\(log\\|diff\\|vc\\|cvs\\)" . "Version Control") ; "Change Management"? 1517 ("\\(HT\\|SG\\|X\\|XHT\\)ML" . "SGML")
1518 ("log\\|diff\\|vc\\|cvs" . "Version Control") ; "Change Management"?
1518 ("Lisp" . "Lisp")) 1519 ("Lisp" . "Lisp"))
1519 "How to group various major modes together in \\[mouse-buffer-menu]. 1520 "How to group various major modes together in \\[mouse-buffer-menu].
1520 Each element has the form (REGEXP . GROUPNAME). 1521 Each element has the form (REGEXP . GROUPNAME).
1521 If the major mode's name string matches REGEXP, use GROUPNAME instead.") 1522 If the major mode's name string matches REGEXP, use GROUPNAME instead.")
1522 1523