emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/symbol-overlay f5392fb932 051/152: fix case-error in renam


From: ELPA Syncer
Subject: [nongnu] elpa/symbol-overlay f5392fb932 051/152: fix case-error in rename
Date: Thu, 7 Jul 2022 12:04:11 -0400 (EDT)

branch: elpa/symbol-overlay
commit f5392fb93206732d1be3feb4567a41853a33ee21
Author: wolray <290061869@qq.com>
Commit: wolray <290061869@qq.com>

    fix case-error in rename
---
 symbol-overlay.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/symbol-overlay.el b/symbol-overlay.el
index e7a415b315..ae335cfdc4 100644
--- a/symbol-overlay.el
+++ b/symbol-overlay.el
@@ -507,7 +507,7 @@ DIR must be 1 or -1."
              (symbol-overlay-narrow scope)
              (goto-char (point-min))
              (symbol-overlay-remove (symbol-overlay-assoc symbol))
-             (while (re-search-forward symbol nil t) (replace-match txt))
+             (while (re-search-forward symbol nil t) (replace-match txt t))
              new)))))))
 
 (defun symbol-overlay-refresh (beg end len)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]