From 4897ff21e9243828757bc004a460adf91b72d691 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Spiegel?= Date: Mon, 18 Mar 2002 17:19:45 +0000 Subject: [PATCH] (vc-cvs-register): Fix handling of vc-[cvs-]register-switches. --- lisp/vc-cvs.el | 4 ++-- 1 file 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 -;; $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) -- 2.39.2