aboutsummaryrefslogtreecommitdiff
path: root/src/interp/bc-misc.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/bc-misc.boot')
-rw-r--r--src/interp/bc-misc.boot3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interp/bc-misc.boot b/src/interp/bc-misc.boot
index 8ef492b3..e5e1bb3b 100644
--- a/src/interp/bc-misc.boot
+++ b/src/interp/bc-misc.boot
@@ -672,7 +672,8 @@ bcTaylorSeries(a,b) ==
(doneButton "Continue" bcTaylorSeriesGen))
htShowPage()
-bcSeriesByFormulaGen htPage == bcNotReady()
+bcSeriesByFormulaGen htPage ==
+ bcNotReady htPage
bcLaurentSeries(a,b) ==
htInitPage('"Laurent Series Basic Command",nil)