# HG changeset patch # User Glenn Morris # Date 1258432533 0 # Node ID 2df31b09d2930235a28259c6917d55a7b87a5db5 # Parent 40a964793dc25790dfa6bf1b1da74396dd6cdbbc (vc-svn-print-log): Fix typo in previous. diff -r 40a964793dc2 -r 2df31b09d293 lisp/ChangeLog --- a/lisp/ChangeLog Tue Nov 17 04:34:45 2009 +0000 +++ b/lisp/ChangeLog Tue Nov 17 04:35:33 2009 +0000 @@ -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 -r 40a964793dc2 -r 2df31b09d293 lisp/vc-svn.el --- a/lisp/vc-svn.el Tue Nov 17 04:34:45 2009 +0000 +++ b/lisp/vc-svn.el Tue Nov 17 04:35:33 2009 +0000 @@ -485,7 +485,7 @@ "-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)