From: Nick Roberts Date: Sun, 6 Sep 2009 22:08:31 +0000 (+0000) Subject: (vc-git-annotate-command): Use separator to parse X-Git-Tag: emacs-pretest-23.1.90~1460 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f1c4cd0684c8409969a214413857c6fc750f516;p=emacs.git (vc-git-annotate-command): Use separator to parse arguments correctly. --- diff --git a/lisp/vc-git.el b/lisp/vc-git.el index 3be88e1f80a..d4b65127c3c 100644 --- a/lisp/vc-git.el +++ b/lisp/vc-git.el @@ -566,7 +566,7 @@ or BRANCH^ (where \"^\" can be repeated)." (defun vc-git-annotate-command (file buf &optional rev) (let ((name (file-relative-name file))) - (vc-git-command buf 'async name "blame" "--date=iso" rev))) + (vc-git-command buf 'async name "blame" "--date=iso" rev "--"))) (declare-function vc-annotate-convert-time "vc-annotate" (time))