diff --git a/common/content/history.js b/common/content/history.js index 6648f688..1d8e791c 100644 --- a/common/content/history.js +++ b/common/content/history.js @@ -205,7 +205,7 @@ const History = Module("history", { "Show recently visited URLs", function (args) { history.list(args.join(" "), args.bang, args["-max"], args["-sort"]); }, { bang: true, - completer: function (context) completion.history(context, args["-max"], args["-sort"]), + completer: function (context, args) completion.history(context, args["-max"], args["-sort"]), options: [ { names: ["-max", "-m"],