From 91e5af254b2255813ccac3d2401341c32ca6fcba Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 27 Nov 2008 13:27:30 +0000 Subject: [PATCH] Fix completion.history --- content/completion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/completion.js b/content/completion.js index 57161d5d..23a7c80d 100644 --- a/content/completion.js +++ b/content/completion.js @@ -1273,7 +1273,7 @@ function Completion() //{{{ } }, - history: function history(context) + history: function _history(context) { context.format = history.format; context.title = ["History"]