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:
5b0cde2
)
Fix think-o in previous change.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 20 Apr 1995 03:35:30 +0000
(
03:35
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 20 Apr 1995 03:35:30 +0000
(
03:35
+0000)
v7/src/edwin/simple.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/simple.scm
b/v7/src/edwin/simple.scm
index 6a788f32d3c9cf0138f0e15018278d2b06cfee68..bc8d27c4154fea72f4d7eb1b3a8ef7bcfc3bb954 100644
(file)
--- a/
v7/src/edwin/simple.scm
+++ b/
v7/src/edwin/simple.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: simple.scm,v 1.4
6 1995/04/19 01:40:24
cph Exp $
+;;; $Id: simple.scm,v 1.4
7 1995/04/20 03:35:30
cph Exp $
;;;
;;; Copyright (c) 1985, 1989-95 Massachusetts Institute of Technology
;;;
@@
-308,7
+308,7
@@
(mark-index end)
key))
-(define (region-get mark key)
+(define (region-get mark key
default
)
(get-text-property (mark-group mark)
(mark-index mark)
key