(vc-svn-print-log): Fix typo in previous.

This commit is contained in:
Glenn Morris 2009-11-17 04:35:33 +00:00
parent 371b0117bf
commit 1d16a255ba
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-11-17 Glenn Morris <rgm@gnu.org>
* vc-svn.el (vc-svn-print-log): Fix typo in previous.
2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):

View file

@ -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)