From 3487b8d0d9d4385c7c7f74e285e860818575ae14 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sat, 24 Jan 2009 00:46:03 -0500 Subject: [PATCH] Last commit --- common/content/buffer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/buffer.js b/common/content/buffer.js index c08ca04b..9b42b1aa 100644 --- a/common/content/buffer.js +++ b/common/content/buffer.js @@ -1614,7 +1614,7 @@ function Marks() //{{{ function (args) { let special = args.bang; - let args = args.string; + args = args.string; if (!special && !args) {