Typo fixes in previous commits: diff --git a/ChangeLog b/ChangeLog index 50f4eaf9..00a725e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,7 +22,7 @@ 2018-02-21 Waldek Hebisch <[email protected]>
* src/interp/br-con.boot, src/interp/br-op2.boot, - src/interp/daase.lisp: Misc clenups + src/interp/daase.lisp: Misc cleanups 2018-02-21 Waldek Hebisch <[email protected]> diff --git a/src/interp/msgdb.boot b/src/interp/msgdb.boot index 906a1fcb..0fd00f56 100644 --- a/src/interp/msgdb.boot +++ b/src/interp/msgdb.boot @@ -1041,7 +1041,7 @@ sayBrightly1(x, str) == sayBrightly(x) == sayBrightly2(x, get_lisp_std_out()) -sayBrightlyI|(x) == +sayBrightlyI(x) == NULL(X) => nil sayBrightly1(x, get_lisp_error_out()) -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
