From: Chris Hanson Date: Sat, 1 Apr 2000 05:17:53 +0000 (+0000) Subject: Fix status string. X-Git-Tag: 20090517-FFI~4112 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6734bccce7c9e2706356a0bb1ea0a8db46d34f4b;p=mit-scheme.git Fix status string. --- 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))))))