Mercurial > emacs
changeset 44006:1d4bea19e7d4
(vc-sccs-register): Fix handling of vc-[sccs-]register-switches.
author | André Spiegel <spiegel@gnu.org> |
---|---|
date | Mon, 18 Mar 2002 17:20:43 +0000 |
parents | 0d10b436b5d5 |
children | 3adb7faf864d |
files | lisp/vc-sccs.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc-sccs.el Mon Mar 18 17:19:45 2002 +0000 +++ b/lisp/vc-sccs.el Mon Mar 18 17:20:43 2002 +0000 @@ -5,7 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel <spiegel@gnu.org> -;; $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 @@ 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)