# HG changeset patch # User Dan Nicolaescu # Date 1260809734 0 # Node ID 87010af04b9a055c945c98737f2f6db6f9226f5f # Parent 427e81917607b6178b70fdb805b4e99d09b6a826 (vc-hg-print-log): Fix argument order. diff -r 427e81917607 -r 87010af04b9a lisp/ChangeLog --- 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 + + * vc-hg.el (vc-hg-print-log): Fix argument order. + 2009-12-14 Chong Yidong * progmodes/python.el (python-symbol-completions): Remove text diff -r 427e81917607 -r 87010af04b9a lisp/vc-hg.el --- 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.