From 2ee455eaa3cc38e47a5dd29f630b02f19e92c294 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 24 Jan 2008 08:48:42 +0000 Subject: [PATCH] Delete eol whitespace; nfc. --- lisp/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ;; (The message is ephemeral, so we make it loud.) --ttn (propertize " (incomplete/in progress)" 'face 'compilation-warning - 'help-echo + 'help-echo "A VC command is in progress in this buffer")) (let ((previous (process-sentinel proc))) (unless (eq previous 'vc-process-sentinel)