From 6734bccce7c9e2706356a0bb1ea0a8db46d34f4b Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 1 Apr 2000 05:17:53 +0000 Subject: [PATCH] Fix status string. --- v7/src/edwin/vc.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/vc.scm b/v7/src/edwin/vc.scm index a83cd8e38..2e14f4123 100644 --- a/v7/src/edwin/vc.scm +++ b/v7/src/edwin/vc.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: vc.scm,v 1.58 2000/04/01 05:16:08 cph Exp $ +;;; $Id: vc.scm,v 1.59 2000/04/01 05:17:53 cph Exp $ ;;; ;;; Copyright (c) 1994-2000 Massachusetts Institute of Technology ;;; @@ -859,7 +859,7 @@ Normally shows only locked files; prefix arg says to show all files." (kill-buffer buffer)) (message "No files are currently " (if all-files? "registered" "locked") - " under " + " in " (->namestring directory))) (pop-up-buffer buffer #t)))))) -- 2.25.1