summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Spiegel <spiegel@gnu.org>2002-02-25 22:04:29 +0000
committerAndré Spiegel <spiegel@gnu.org>2002-02-25 22:04:29 +0000
commit9f72c03f2bce02fff5335c98e7a8d443ebed3c4f (patch)
treea9c8a055fb1067014f593e22fc95cc0f21a6bd14
parent3d076cc2571d19bf747a5d6008b257132af519fa (diff)
downloademacs-9f72c03f2bce02fff5335c98e7a8d443ebed3c4f.tar.gz
(vc-rcs-diff): Use consistent parameter format for
vc-diff-switches-list.
-rw-r--r--lisp/vc-rcs.el4
1 files changed, 2 insertions, 2 deletions
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 <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))))
;;;