diff options
| -rw-r--r-- | lisp/vc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index b51a706a2a6..74bfd045b54 100644 --- a/lisp/vc.el +++ b/lisp/vc.el | |||
| @@ -1035,7 +1035,7 @@ Else, add CODE to the process' sentinel." | |||
| 1035 | ;; (The message is ephemeral, so we make it loud.) --ttn | 1035 | ;; (The message is ephemeral, so we make it loud.) --ttn |
| 1036 | (propertize " (incomplete/in progress)" | 1036 | (propertize " (incomplete/in progress)" |
| 1037 | 'face 'compilation-warning | 1037 | 'face 'compilation-warning |
| 1038 | 'help-echo | 1038 | 'help-echo |
| 1039 | "A VC command is in progress in this buffer")) | 1039 | "A VC command is in progress in this buffer")) |
| 1040 | (let ((previous (process-sentinel proc))) | 1040 | (let ((previous (process-sentinel proc))) |
| 1041 | (unless (eq previous 'vc-process-sentinel) | 1041 | (unless (eq previous 'vc-process-sentinel) |