From 48e9072d7ea33ca55adee9b305448111e1cc479d Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Sat, 5 Oct 2002 03:01:29 +0000 Subject: [PATCH] (vc-default-show-log-entry): Fix typo. --- lisp/ChangeLog | 4 ++++ lisp/vc.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 00e4d4979cf..f95feb07b55 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-10-04 Markus Rost + + * vc.el (vc-default-show-log-entry): Fix typo. + 2002-10-04 Steven Tamm * term/mac-win.el: Add lines to handle the new [return] event. 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 ;; 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))) -- 2.39.5