summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/vc-cvs.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el
index 3b047c65801..fd50ce757d9 100644
--- a/lisp/vc-cvs.el
+++ b/lisp/vc-cvs.el
@@ -5,7 +5,7 @@
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
-;; $Id: vc-cvs.el,v 1.34 2002/02/25 22:03:24 spiegel Exp $
+;; $Id: vc-cvs.el,v 1.35 2002/03/05 13:30:50 spiegel Exp $
;; This file is part of GNU Emacs.
@@ -279,7 +279,7 @@ COMMENT can be used to provide an initial description of FILE.
`vc-register-switches' and `vc-cvs-register-switches' are passed to
the CVS command (in that order)."
- (let ((switches (list
+ (let ((switches (append
(if (stringp vc-register-switches)
(list vc-register-switches)
vc-register-switches)