Broken in c0c519a (new input system, 2009-10-08).
---
 modules/command-line.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/command-line.js b/modules/command-line.js
index 4be25b4..29cef6c 100644
--- a/modules/command-line.js
+++ b/modules/command-line.js
@@ -107,7 +107,7 @@ command_line_handler("u", false, function (ctx) {
             ctx.window = get_recent_conkeror_window();
             ctx.buffer = ctx.window.buffers.current;
         }
-        call_interactively(ctx, "universal-argument");
+        co_call(call_interactively(ctx, "universal-argument"));
     });
 
 function handle_command_line (cmdline) {
-- 
1.6.5

_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to