From ab6eaeff2919480823b0b8a060319586d090b0fd Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 10 Aug 2009 02:16:10 +1000 Subject: [PATCH] Fix typo in history -max option definition. --- common/content/bookmarks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/bookmarks.js b/common/content/bookmarks.js index 237fbb23..ad0c69f7 100755 --- a/common/content/bookmarks.js +++ b/common/content/bookmarks.js @@ -961,7 +961,7 @@ function History() //{{{ bang: true, completer: function (context) { context.quote = null; completion.history(context); }, // completer: function (filter) completion.history(filter) - options: [[["-max", "-m"], options.OPTION_INT]] + options: [[["-max", "-m"], commands.OPTION_INT]] }); /////////////////////////////////////////////////////////////////////////////}}}