Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
31dcede0
Commit
31dcede0
authored
Apr 19, 2013
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
parent
adc31213
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/vc/vc-dispatcher.el
lisp/vc/vc-dispatcher.el
+3
-1
No files found.
lisp/ChangeLog
View file @
31dcede0
2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
* vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
New faster Imenu implementation (bug#14058).
...
...
lisp/vc/vc-dispatcher.el
View file @
31dcede0
...
...
@@ -329,7 +329,9 @@ case, and the process object in the asynchronous case."
command
squeezed
))))
(
when
vc-command-messages
(
message
"Running %s in background..."
full-command
))
;;(set-process-sentinel proc (lambda (p msg) (delete-process p)))
;; Get rid of the default message insertion, in case we don't
;; set a sentinel explicitly.
(
set-process-sentinel
proc
#'
ignore
)
(
set-process-filter
proc
'vc-process-filter
)
(
setq
status
proc
)
(
when
vc-command-messages
...
...
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