Mercurial > emacs
changeset 106082:2df31b09d293
(vc-svn-print-log): Fix typo in previous.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 17 Nov 2009 04:35:33 +0000 |
parents | 40a964793dc2 |
children | df266edf1b2b |
files | lisp/ChangeLog lisp/vc-svn.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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):
--- 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)