diff --git a/common/content/buffer.js b/common/content/buffer.js index e23d4f9b..5c1631de 100644 --- a/common/content/buffer.js +++ b/common/content/buffer.js @@ -1565,7 +1565,7 @@ function Marks() //{{{ } } - function isLocalMark(mark) /^['"a-z]$/.test(mark); + function isLocalMark(mark) /^['`a-z]$/.test(mark); function isURLMark(mark) /^[A-Z0-9]$/.test(mark); function localMarkIter()