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:
9fd63ca
)
Fix case issue.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 20 Feb 2017 01:37:32 +0000
(17:37 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 20 Feb 2017 01:37:32 +0000
(17:37 -0800)
src/edwin/kilcom.scm
patch
|
blob
|
history
diff --git
a/src/edwin/kilcom.scm
b/src/edwin/kilcom.scm
index a4790864da6ad0c4035a89937a0113de4b038182..89fc45c01abf75af99f4a5ac2c4fb43c91d5f461 100644
(file)
--- a/
src/edwin/kilcom.scm
+++ b/
src/edwin/kilcom.scm
@@
-140,7
+140,7
@@
appropriate number of spaces and then one space is deleted."
(define (perform-replacement)
(let ((n (- (mark-column m2) (mark-column m1))))
(delete-string m1 m2)
- (insert-string (make-string n #\
S
pace) m2)))
+ (insert-string (make-string n #\
s
pace) m2)))
(if at-point?
(let ((start (mark-right-inserting m1)))
(perform-replacement)