* lisp/mouse.el (mouse-buffer-menu-mode-groups): Tighten "Version Control".
Use word boundaries in the "Version Control" regexp to match mode names "Log-Edit", "Log-View", "Git-Log-View", "Change Log", "VC dir", but not "Verilog", "Prolog", "Rlogin" (bug#51337).
This commit is contained in:
parent
818211ed89
commit
307d164c9c
1 changed files with 1 additions and 1 deletions
|
@ -2466,7 +2466,7 @@ a large number if you prefer a mixed multitude. The default is 4."
|
|||
("Text" . "Text")
|
||||
("Outline" . "Text")
|
||||
("\\(HT\\|SG\\|X\\|XHT\\)ML" . "SGML")
|
||||
("log\\|diff\\|vc\\|cvs\\|Git\\|Annotate" . "Version Control")
|
||||
("\\blog\\b\\|diff\\|\\bvc\\b\\|cvs\\|Git\\|Annotate" . "Version Control")
|
||||
("Threads\\|Memory\\|Disassembly\\|Breakpoints\\|Frames\\|Locals\\|Registers\\|Inferior I/O\\|Debugger"
|
||||
. "GDB")
|
||||
("Lisp" . "Lisp")))
|
||||
|
|
Loading…
Add table
Reference in a new issue