1
0
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:
Xue Fuqiao 2013-08-01 08:19:11 +08:00
parent 5d07e191d2
commit 7188b515f6
2 changed files with 5 additions and 1 deletions

View File

@ -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',

View File

@ -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