Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7188b515
Commit
7188b515
authored
Aug 01, 2013
by
Xue Fuqiao
Browse files
* lisp/vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
parent
5d07e191
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/vc/vc-hooks.el
lisp/vc/vc-hooks.el
+1
-1
No files found.
lisp/ChangeLog
View file @
7188b515
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',
...
...
lisp/vc/vc-hooks.el
View file @
7188b515
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment