diff options
Diffstat (limited to 'appl/acme/text.m')
| -rw-r--r-- | appl/acme/text.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/acme/text.m b/appl/acme/text.m index 1c258be3..3343f9b0 100644 --- a/appl/acme/text.m +++ b/appl/acme/text.m @@ -42,7 +42,7 @@ Textm : module { select3 : fn(t : self ref Text, p: int, q : int) : (int, int, int); setselect : fn(t : self ref Text, p : int, q : int); setselect0 : fn(t : self ref Text, p : int, q : int); - show : fn(t : self ref Text, p : int, q : int); + show : fn(t : self ref Text, p : int, q : int, dosel : int); fill : fn(t : self ref Text); commit : fn(t : self ref Text, n : int); setorigin : fn(t : self ref Text, p : int, q : int); |
