summaryrefslogtreecommitdiff
path: root/lisp/vc-annotate.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2009-11-20 05:44:49 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2009-11-20 05:44:49 +0000
commit9717f1199f337920aeeb66417233c28d5f978f79 (patch)
tree312aae3b09b4d7f00f8d135ce6b6325a194177f9 /lisp/vc-annotate.el
parent673286f5f950551d05b5d9ece9e96ee05e446155 (diff)
downloademacs-9717f1199f337920aeeb66417233c28d5f978f79.tar.gz
(vc-annotate-show-log-revision-at-line): Pass a
nil LIMIT argument to vc-print-log-internal.
Diffstat (limited to 'lisp/vc-annotate.el')
-rw-r--r--lisp/vc-annotate.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-annotate.el b/lisp/vc-annotate.el
index f939d58e5d0..a05816372bf 100644
--- a/lisp/vc-annotate.el
+++ b/lisp/vc-annotate.el
@@ -487,7 +487,7 @@ Return a cons (REV . FILENAME)."
(if (not rev-at-line)
(message "Cannot extract revision number from the current line")
(vc-print-log-internal
- vc-annotate-backend (list (cdr rev-at-line)) (car rev-at-line))))))
+ vc-annotate-backend (list (cdr rev-at-line)) (car rev-at-line) nil)))))
(defun vc-annotate-show-diff-revision-at-line-internal (filediff)
(if (not (equal major-mode 'vc-annotate-mode))