From: André Spiegel Date: Mon, 25 Feb 2002 22:04:29 +0000 (+0000) Subject: (vc-rcs-diff): Use consistent parameter format for X-Git-Tag: ttn-vms-21-2-B4~16475 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e8722617086f699b36d0875a192369ec35779e5;p=emacs.git (vc-rcs-diff): Use consistent parameter format for vc-diff-switches-list. --- diff --git a/lisp/vc-rcs.el b/lisp/vc-rcs.el index b6d6521b268..dfa33cc371c 100644 --- a/lisp/vc-rcs.el +++ b/lisp/vc-rcs.el @@ -5,7 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $Id: vc-rcs.el,v 1.21 2001/08/28 17:05:12 spiegel Exp $ +;; $Id: vc-rcs.el,v 1.22 2002/01/05 17:21:06 spiegel Exp $ ;; This file is part of GNU Emacs. @@ -553,7 +553,7 @@ Needs RCS 5.6.2 or later for -M." (append (list "-q" (concat "-r" oldvers) (and newvers (concat "-r" newvers))) - (vc-diff-switches-list rcs)))) + (vc-diff-switches-list 'RCS)))) ;;;