Symbol's value as variable is void: added
diff --git a/magit.el b/magit.el
index c249029..b89ba2c 100644
--- a/magit.el
+++ b/magit.el
@@ -3352,7 +3352,7 @@ With a non numeric prefix ARG, show all entries"
(make-local-variable 'magit-log-cutoff-length)
(cond
((numberp arg)
- (setq magit-log-cutoff-length (+ magit-log-cutoff-length added)))
+ (setq magit-log-cutoff-length (+ magit-log-cutoff-length arg)))
(arg
(setq magit-log-cutoff-length magit-log-infinite-length))
(t (setq magit-log-cutoff-length (* magit-log-cutoff-length 2))))
--
Subscription settings: http://groups.google.com/group/magit/subscribe?hl=en