Summary: fixed typo in and-let* Keywords: and-let* Fixed a typo which affected error reporting from the and-let* special form. Thanks to emacs font-lock mode. --- TeXmacs-1.0.1.13/progs/core/boot/srfi.scm +++ TeXmacs-1.0.1.13/progs/core/boot/srfi.scm @@ -48,7 +48,7 @@ (set! growth-point clause-cell))) (if (not (list? claws)) - (syntax error "Bindings are not a list: " claws)) + (syntax-error "Bindings are not a list: " claws)) (for-each (lambda (claw) (cond