]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-hg-print-log): Fix argument order.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 14 Dec 2009 16:55:34 +0000 (16:55 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 14 Dec 2009 16:55:34 +0000 (16:55 +0000)
lisp/ChangeLog
lisp/vc-hg.el

index d0fe2e86fdd7c2c8776114437f00b3e089747b58..149cb6c7b22cce9f2d0f703fe2e1438530ecd2ee 100644 (file)
@@ -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
index 1e01d50a6706fcc48d96981d4e6bc7c617574113..5a90b66e8b58ada1c0ba04db36ca48b7fc37b9bf 100644 (file)
@@ -223,7 +223,7 @@ If nil, use the value of `vc-diff-switches'.  If t, use no switches."
                  (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.