diff options
author | André Spiegel <spiegel@gnu.org> | 2002-02-25 22:04:29 +0000 |
---|---|---|
committer | André Spiegel <spiegel@gnu.org> | 2002-02-25 22:04:29 +0000 |
commit | 2e8722617086f699b36d0875a192369ec35779e5 (patch) | |
tree | c0439851339149012b2f68df3ea2356e569ea308 /lisp/vc-rcs.el | |
parent | df8e0a91a1760b9849eafe212295b94f1054e417 (diff) | |
download | emacs-2e8722617086f699b36d0875a192369ec35779e5.tar.gz |
(vc-rcs-diff): Use consistent parameter format for
vc-diff-switches-list.
Diffstat (limited to 'lisp/vc-rcs.el')
-rw-r--r-- | lisp/vc-rcs.el | 4 |
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)))) ;;; |