aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/vc-svn.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index eab901828bc..e390223e706 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12009-11-17 Glenn Morris <rgm@gnu.org>
2
3 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4
12009-11-16 Jay Belanger <jay.p.belanger@gmail.com> 52009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2 6
3 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip): 7 * 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://."
485 "-rHEAD:0" 485 "-rHEAD:0"
486 (when limit (list "-l" (format "%s" limit))))) 486 (when limit (list "-l" (format "%s" limit)))))
487 ;; Dump log for the entire directory. 487 ;; Dump log for the entire directory.
488 (apply vc-svn-command buffer 0 nil "log" "-rHEAD:0" 488 (apply 'vc-svn-command buffer 0 nil "log" "-rHEAD:0"
489 (when limit (list "-l" (format "%s" limit)))))))) 489 (when limit (list "-l" (format "%s" limit))))))))
490 490
491(defun vc-svn-diff (files &optional oldvers newvers buffer) 491(defun vc-svn-diff (files &optional oldvers newvers buffer)