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
aeca3fbb
Commit
aeca3fbb
authored
Jul 31, 2013
by
Xue Fuqiao
Browse files
* lisp/vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
parent
3b734d1c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/vc/vc-hooks.el
lisp/vc/vc-hooks.el
+3
-0
No files found.
lisp/ChangeLog
View file @
aeca3fbb
...
...
@@ -7,6 +7,10 @@
* textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
Prefer nil to selected-frame for the first arg of frame-parameter.
2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
* vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
2013-07-30 Stephen Berman <stephen.berman@gmx.net>
* minibuffer.el (completion--twq-all): Try and preserve each
...
...
lisp/vc/vc-hooks.el
View file @
aeca3fbb
...
...
@@ -1003,6 +1003,9 @@ current, and kill the buffer that visits the link."
(
bindings--define-key
map
[vc-register]
'
(
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
:help
"Ignore a file under current version control system"
))
(
bindings--define-key
map
[vc-dir]
'
(
menu-item
"VC Dir"
vc-dir
:help
"Show the VC status of files in a directory"
))
...
...
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