Mercurial > emacs
changeset 47760:15d0c5379959
(vc-default-show-log-entry): Fix typo.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Sat, 05 Oct 2002 03:00:47 +0000 |
parents | b2674275598d |
children | e3d85543fdfe |
files | lisp/vc.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc.el Fri Oct 04 21:49:47 2002 +0000 +++ b/lisp/vc.el Sat Oct 05 03:00:47 2002 +0000 @@ -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 @@ ',(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)))