branch: externals/vc-hgcmd
commit 90989700f7f61e4edb3bd7cc8575c5825e1dcd0e
Author: muffinmad <andreyk....@gmail.com>
Commit: muffinmad <andreyk....@gmail.com>

    removed unused format variable
---
 vc-hgcmd.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 9428e1d..9b3e99c 100644
--- a/vc-hgcmd.el
+++ b/vc-hgcmd.el
@@ -279,7 +279,7 @@ Insert 'Running command' and display buffer text if COMMAND"
           (goto-char (point-max))
           (unless (eq (point) (point-min)) (insert "\n"))
           (setq window-start (point))
-          (insert (concat "Running \"" (mapconcat #'identity command " ") 
"%s\"...\n"))))
+          (insert (concat "Running \"" (mapconcat #'identity command " ") 
"\"...\n"))))
       (let ((window (display-buffer buffer)))
         (when window (set-window-start window window-start))))
     buffer))

Reply via email to