diff options
| -rw-r--r-- | lisp/vc-sccs.el | 4 |
1 files 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 @@ | |||
| 5 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
| 7 | 7 | ||
| 8 | ;; $Id: vc-sccs.el,v 1.13 2001/08/28 17:05:55 spiegel Exp $ | 8 | ;; $Id: vc-sccs.el,v 1.14 2002/02/25 22:05:16 spiegel Exp $ |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
| @@ -161,7 +161,7 @@ the SCCS command (in that order). | |||
| 161 | 161 | ||
| 162 | Automatically retrieve a read-only version of the file with keywords | 162 | Automatically retrieve a read-only version of the file with keywords |
| 163 | expanded if `vc-keep-workfiles' is non-nil, otherwise, delete the workfile." | 163 | expanded if `vc-keep-workfiles' is non-nil, otherwise, delete the workfile." |
| 164 | (let* ((switches (list | 164 | (let* ((switches (append |
| 165 | (if (stringp vc-register-switches) | 165 | (if (stringp vc-register-switches) |
| 166 | (list vc-register-switches) | 166 | (list vc-register-switches) |
| 167 | vc-register-switches) | 167 | vc-register-switches) |