changeset 106575:87010af04b9a

(vc-hg-print-log): Fix argument order.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 14 Dec 2009 16:55:34 +0000
parents 427e81917607
children ad87b48da2b0
files lisp/ChangeLog lisp/vc-hg.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Dec 14 16:19:24 2009 +0000
+++ b/lisp/ChangeLog	Mon Dec 14 16:55:34 2009 +0000
@@ -1,3 +1,7 @@
+2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* vc-hg.el (vc-hg-print-log): Fix argument order.
+
 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
 
 	* progmodes/python.el (python-symbol-completions): Remove text
--- a/lisp/vc-hg.el	Mon Dec 14 16:19:24 2009 +0000
+++ b/lisp/vc-hg.el	Mon Dec 14 16:55:34 2009 +0000
@@ -223,7 +223,7 @@
                  (repeat :tag "Argument List" :value ("") string))
   :group 'vc-hg)
 
-(defun vc-hg-print-log (files buffer &optional shortlog limit start-revision)
+(defun vc-hg-print-log (files buffer &optional shortlog start-revision limit)
   "Get change log associated with FILES."
   ;; `vc-do-command' creates the buffer, but we need it before running
   ;; the command.