Skip to content

Commit

Permalink
* lisp/mouse.el (mouse-buffer-menu-mode-groups): Tighten "Version Con…
Browse files Browse the repository at this point in the history
…trol".

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).
  • Loading branch information
link0ff committed Nov 8, 2021
1 parent 818211e commit 307d164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/mouse.el
Expand Up @@ -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")))
Expand Down

0 comments on commit 307d164

Please sign in to comment.