diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2008-01-24 08:48:42 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2008-01-24 08:48:42 +0000 |
commit | 2ee455eaa3cc38e47a5dd29f630b02f19e92c294 (patch) | |
tree | 9380ec7b2e6e08b647ca15793f4a2ecbddaa2314 /lisp | |
parent | 4ac7bfcf33552cede980210847b56707c0c2d2cc (diff) | |
download | emacs-2ee455eaa3cc38e47a5dd29f630b02f19e92c294.tar.gz emacs-2ee455eaa3cc38e47a5dd29f630b02f19e92c294.tar.bz2 emacs-2ee455eaa3cc38e47a5dd29f630b02f19e92c294.zip |
Delete eol whitespace; nfc.
Diffstat (limited to 'lisp')
-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." ;; (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) |