summaryrefslogtreecommitdiff
path: root/lisp/vc.el
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2002-10-05 03:00:47 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2002-10-05 03:00:47 +0000
commit9cf7f2e3985fe306fbc99034c5203469c40befe5 (patch)
tree0c628c9c4984a0852c91c1bb8982bc9605d2e4a6 /lisp/vc.el
parent02b755a2ba8f6863b693abc1abe272e7e4b57e01 (diff)
downloademacs-9cf7f2e3985fe306fbc99034c5203469c40befe5.tar.gz
(vc-default-show-log-entry): Fix typo.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 25805fb5978..8a08b5b7130 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -6,7 +6,7 @@
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
;; Keywords: tools
-;; $Id: vc.el,v 1.336 2002/09/04 20:47:08 spiegel Exp $
+;; $Id: vc.el,v 1.337 2002/10/03 22:43:01 monnier Exp $
;; This file is part of GNU Emacs.
@@ -2491,7 +2491,7 @@ allowed and simply skipped)."
',(vc-workfile-version file))
(set-buffer-modified-p nil)))))
-(defun vc-default-show-log-entry (backend ver)
+(defun vc-default-show-log-entry (backend rev)
(if (fboundp 'log-view-goto-rev)
(log-view-goto-rev rev)))