projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c256ef1
)
Fix status string.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 1 Apr 2000 05:17:53 +0000
(
05:17
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 1 Apr 2000 05:17:53 +0000
(
05:17
+0000)
v7/src/edwin/vc.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/vc.scm
b/v7/src/edwin/vc.scm
index a83cd8e38e3d8f1f90e6cdc8050b7cd61f67c272..2e14f41233e1998254e178d48af2cbbd012d8a11 100644
(file)
--- a/
v7/src/edwin/vc.scm
+++ b/
v7/src/edwin/vc.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: vc.scm,v 1.5
8 2000/04/01 05:16:08
cph Exp $
+;;; $Id: vc.scm,v 1.5
9 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))))))