1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 02:00:26 +02:00

*** empty log message ***

This commit is contained in:
Keisuke Nishida 2001-04-11 23:12:37 +00:00
parent 75b55db5f8
commit 662925356a
5 changed files with 31 additions and 16 deletions

View file

@ -82,7 +82,7 @@
(integer->char n))
(('load-string s) s)
(('load-symbol s) (string->symbol s))
(('load-keyword s) (symbol->keyword (string->symbol s)))
(('load-keyword s) (make-keyword-from-dash-symbol (string->symbol s)))
(else #f)))
(define (code->bytes code)