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
dea01c6e
Commit
dea01c6e
authored
Sep 11, 2013
by
Glenn Morris
Browse files
* vc/vc-dispatcher.el (vc-dir-refresh): Declare.
parent
aa30fa6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/vc/vc-dispatcher.el
lisp/vc/vc-dispatcher.el
+2
-0
No files found.
lisp/ChangeLog
View file @
dea01c6e
...
...
@@ -15,6 +15,8 @@
* progmodes/cperl-mode.el (Info-find-node):
* vc/ediff.el (Info-goto-node): Update declarations.
* vc/vc-dispatcher.el (vc-dir-refresh): Declare.
* vc/vc-bzr.el (vc-compilation-mode): Declare.
(vc-bzr-pull): Require vc-dispatcher.
* vc/vc-git.el (vc-compilation-mode): Declare.
...
...
lisp/vc/vc-dispatcher.el
View file @
dea01c6e
...
...
@@ -398,6 +398,8 @@ Display the buffer in some window, but don't select it."
(
set
(
make-local-variable
'compilation-error-regexp-alist
)
error-regexp-alist
)))
(
declare-function
vc-dir-refresh
"vc-dir"
())
(
defun
vc-set-async-update
(
process-buffer
)
"Set a `vc-exec-after' action appropriate to the current buffer.
This action will update the current buffer after the current
...
...
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