diff options
Diffstat (limited to 'src/algebra/clip.spad.pamphlet')
-rw-r--r-- | src/algebra/clip.spad.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/clip.spad.pamphlet b/src/algebra/clip.spad.pamphlet index 04f9f42a..d74d0d78 100644 --- a/src/algebra/clip.spad.pamphlet +++ b/src/algebra/clip.spad.pamphlet @@ -203,7 +203,7 @@ TwoDimensionalPlotClipping(): Exports == Implementation where lastPt? := true list := nil() empty? list => ans - reverse_! cons(reverse_! list,ans) + reverse! cons(reverse! list,ans) clip(plot,fraction,scale) == -- sayBrightly([" clip: "::OutputForm]$List(OutputForm))$Lisp |