summaryrefslogtreecommitdiff
path: root/lisp/vc.el
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2002-10-05 03:01:29 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2002-10-05 03:01:29 +0000
commit48e9072d7ea33ca55adee9b305448111e1cc479d (patch)
treef8df8f352aa22e6aa77874f3348c08ae4fb9b026 /lisp/vc.el
parenta7f26f28887df28de4697e4961347f3c708e3afa (diff)
downloademacs-48e9072d7ea33ca55adee9b305448111e1cc479d.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)))