mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
* lisp/vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
This commit is contained in:
parent
5d07e191d2
commit
7188b515f6
@ -1,3 +1,7 @@
|
||||
2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
|
||||
|
||||
* vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
|
||||
|
||||
2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
|
||||
|
||||
* vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
|
||||
|
@ -1004,7 +1004,7 @@ current, and kill the buffer that visits the link."
|
||||
'(menu-item "Register" vc-register
|
||||
:help "Register file set into a version control system"))
|
||||
(bindings--define-key map [vc-ignore]
|
||||
'(menu-item "Register" vc-ignore
|
||||
'(menu-item "Ignore File..." vc-ignore
|
||||
:help "Ignore a file under current version control system"))
|
||||
(bindings--define-key map [vc-dir]
|
||||
'(menu-item "VC Dir" vc-dir
|
||||
|
Loading…
Reference in New Issue
Block a user