From 00ec645cd7dffc1c6bf729b7c75c2f9716cadbdc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Spiegel?= Date: Mon, 18 Mar 2002 17:20:43 +0000 Subject: [PATCH] (vc-sccs-register): Fix handling of vc-[sccs-]register-switches. --- lisp/vc-sccs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/vc-sccs.el b/lisp/vc-sccs.el index 80df642a8be..3c4817a1f63 100644 --- a/lisp/vc-sccs.el +++ b/lisp/vc-sccs.el @@ -5,7 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $Id: vc-sccs.el,v 1.13 2001/08/28 17:05:55 spiegel Exp $ +;; $Id: vc-sccs.el,v 1.14 2002/02/25 22:05:16 spiegel Exp $ ;; This file is part of GNU Emacs. @@ -161,7 +161,7 @@ the SCCS command (in that order). Automatically retrieve a read-only version of the file with keywords expanded if `vc-keep-workfiles' is non-nil, otherwise, delete the workfile." - (let* ((switches (list + (let* ((switches (append (if (stringp vc-register-switches) (list vc-register-switches) vc-register-switches) -- 2.39.2