diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-11-09 06:59:24 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-11-09 06:59:24 +0100 |
commit | ba0e4f3ad3f0605a99b497e2a375a1e1cfacb35c (patch) | |
tree | 597543a8da51dc9e5f5fa37154bc50e23c700f32 /lisp | |
parent | 3808cb89c3740b5ba4346c70fe3c7508ad42a11b (diff) | |
parent | 307d164c9c053501df8159719b3b502d720a945a (diff) | |
download | emacs-ba0e4f3ad3f0605a99b497e2a375a1e1cfacb35c.tar.gz emacs-ba0e4f3ad3f0605a99b497e2a375a1e1cfacb35c.tar.bz2 emacs-ba0e4f3ad3f0605a99b497e2a375a1e1cfacb35c.zip |
Merge from origin/emacs-28
307d164c9c * lisp/mouse.el (mouse-buffer-menu-mode-groups): Tighten "...
818211ed89 * doc/emacs/search.texi (Isearch Yank): Add isearch-forwar...
# Conflicts:
# etc/NEWS
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index d6912892eff..4f9c49ce463 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -2477,7 +2477,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"))) |