From: Glenn Morris Date: Tue, 17 Nov 2009 04:35:33 +0000 (+0000) Subject: (vc-svn-print-log): Fix typo in previous. X-Git-Tag: emacs-pretest-23.1.90~377 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1d16a255ba2f91e20c4a32481b29a3609efcdbae;p=emacs.git (vc-svn-print-log): Fix typo in previous. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eab901828bc..e390223e706 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-11-17 Glenn Morris + + * vc-svn.el (vc-svn-print-log): Fix typo in previous. + 2009-11-16 Jay Belanger * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip): diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el index 23c23e180ba..fb62979adaa 100644 --- a/lisp/vc-svn.el +++ b/lisp/vc-svn.el @@ -485,7 +485,7 @@ or svn+ssh://." "-rHEAD:0" (when limit (list "-l" (format "%s" limit))))) ;; Dump log for the entire directory. - (apply vc-svn-command buffer 0 nil "log" "-rHEAD:0" + (apply 'vc-svn-command buffer 0 nil "log" "-rHEAD:0" (when limit (list "-l" (format "%s" limit)))))))) (defun vc-svn-diff (files &optional oldvers newvers buffer)