From: André Spiegel Date: Mon, 18 Mar 2002 17:20:43 +0000 (+0000) Subject: (vc-sccs-register): Fix handling of vc-[sccs-]register-switches. X-Git-Tag: ttn-vms-21-2-B4~16094 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=00ec645cd7dffc1c6bf729b7c75c2f9716cadbdc;p=emacs.git (vc-sccs-register): Fix handling of vc-[sccs-]register-switches. --- 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)