1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 07:50:20 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2003-05-03 21:34:49 +00:00
parent 4167fc5422
commit d04229df7c

View file

@ -1,5 +1,12 @@
2003-05-03 Marius Vollmer <mvo@zagadka.de>
* gap-buffer.scm (point++n!, point+-n!): Use substring-move!
instead of substring-move-left! or substring-move-right!. Thanks
to Kevin Ryde.
* deprecated.scm (substring-move-left!, substring-move-right!):
New.
* boot-9.scm (display-usage-report): Use keyword->symbol instead
of keyword-symbol, which doesn't exist. Thanks to Kevin Ryde.