From 59f577e020a808ec5c4426ed21b841b554b88ab8 Mon Sep 17 00:00:00 2001 From: Phil Jackson Date: Mon, 1 Nov 2010 14:39:20 +0000 Subject: [PATCH] Make sure display-log range command is optional. --- magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magit.el b/magit.el index 05f5df75..af1c8ab1 100644 --- a/magit.el +++ b/magit.el @@ -3797,7 +3797,7 @@ With a non numeric prefix ARG, show all entries" (interactive) (magit-display-log t)) -(magit-define-command display-log (ask-for-range &rest extra-args) +(magit-define-command display-log (&optional ask-for-range &rest extra-args) (interactive) (let* ((log-range (if ask-for-range (magit-read-rev-range "Log" "HEAD")