]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-rcs-diff): Use consistent parameter format for
authorAndré Spiegel <spiegel@gnu.org>
Mon, 25 Feb 2002 22:04:29 +0000 (22:04 +0000)
committerAndré Spiegel <spiegel@gnu.org>
Mon, 25 Feb 2002 22:04:29 +0000 (22:04 +0000)
vc-diff-switches-list.

lisp/vc-rcs.el

index b6d6521b268d22bf349decff82e5f1e6b5ea69a6..dfa33cc371ce17f7bacd96280762c04e5a0a2ddf 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author:     FSF (see vc.el for full credits)
 ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
 
-;; $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))))
 
 \f
 ;;;