From 2e681edee6b75d5f114c4cc5b37ef2972723c7bb Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 20 Aug 2008 17:56:44 +0000 Subject: [PATCH] add :emenu as a standard command - was accidentally defined as a user command --- content/liberator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/liberator.js b/content/liberator.js index c2f0625f..495e90d1 100644 --- a/content/liberator.js +++ b/content/liberator.js @@ -187,7 +187,7 @@ const liberator = (function () //{{{ return items; } - liberator.commands.addUserCommand(["em[enu]"], + liberator.commands.add(["em[enu]"], "Execute the specified menu item from the command line", function (args) {