diff options
Diffstat (limited to 'lisp/vc-sccs.el')
-rw-r--r-- | lisp/vc-sccs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-sccs.el b/lisp/vc-sccs.el index 4a614033b9a..44b2b289477 100644 --- a/lisp/vc-sccs.el +++ b/lisp/vc-sccs.el @@ -288,7 +288,7 @@ locked. REV is the revision to check out." are expanded to all version-controlled subfiles." (setq files (vc-expand-dirs files)) (if (not files) - (error "SCCS backend doesn't support directory-level rollback.")) + (error "SCCS backend doesn't support directory-level rollback")) (dolist (file files) (let ((discard (vc-working-revision file))) (if (null (yes-or-no-p (format "Remove version %s from %s history? " |