fix compiler error (was using curent module's name to refer to a function from current module, which is not supported in SML)
This commit is contained in:
@@ -3048,7 +3048,7 @@ struct
|
|||||||
} = buffer
|
} = buffer
|
||||||
in
|
in
|
||||||
if searchLine <= 0 then
|
if searchLine <= 0 then
|
||||||
LineGap.goToStart buffer
|
goToStart buffer
|
||||||
else
|
else
|
||||||
(* we compare current line with searchLine - 1
|
(* we compare current line with searchLine - 1
|
||||||
* because if searchLine - 1 is here,
|
* because if searchLine - 1 is here,
|
||||||
|
|||||||
Reference in New Issue
Block a user