summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/content/mow.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/mow.js b/common/content/mow.js
index 5b42c5dd..b74e7493 100644
--- a/common/content/mow.js
+++ b/common/content/mow.js
@@ -214,7 +214,7 @@ var MOW = Module("mow", {
const KILL = false, PASS = true;
if (options["more"] && mow.isScrollable(1))
- commandline.updateMorePrompt(false, true);
+ this.updateMorePrompt(false, true);
else {
modes.pop();
events.feedkeys(events.toString(event));