diff options
-rw-r--r-- | lisp/emms-tag-editor.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-tag-editor.el b/lisp/emms-tag-editor.el index 85baf7d..c57a111 100644 --- a/lisp/emms-tag-editor.el +++ b/lisp/emms-tag-editor.el @@ -341,7 +341,7 @@ changes will only take effect on the tracks in the region." "Query replace regexp in region" "Query replace regexp") t))) - (butlast common)))) + (butlast common 2)))) (let ((overlay (make-overlay (point-min) (1+ (point-min))))) (overlay-put overlay 'face 'match) (unwind-protect |