summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2019-11-17 00:19:42 +0200
committerJuri Linkov <juri@linkov.net>2019-11-17 00:19:42 +0200
commit3dcf06bfa035c3caaeac5ce5c585dbfc07f31331 (patch)
tree33e07a487f69ef7f987df6f1cd5383d650b8aa4a /lisp/mouse.el
parente4a62f8662b01ad1700565149ba7acbb67a2681a (diff)
downloademacs-3dcf06bfa035c3caaeac5ce5c585dbfc07f31331.tar.gz
* lisp/tab-bar.el: Add missing arg.
* lisp/tab-bar.el (tab-bar-list-next-line) (tab-bar-list-prev-line): Add missing interactive spec for prefix arg. * lisp/mouse.el (mouse-buffer-menu-mode-groups): Add "Git" regexp to match "Git-Region-History" mode name for "Version Control" group.
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 238852ffdc8..c91760a7348 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -1986,7 +1986,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\\|Annotate" . "Version Control") ; "Change Management"?
+ ("log\\|diff\\|vc\\|cvs\\|Git\\|Annotate" . "Version Control")
("Threads\\|Memory\\|Disassembly\\|Breakpoints\\|Frames\\|Locals\\|Registers\\|Inferior I/O\\|Debugger"
. "GDB")
("Lisp" . "Lisp")))