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

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

[nongnu] elpa/symbol-overlay f68b908cbb 026/152: fix errors in symbol-re


From: ELPA Syncer
Subject: [nongnu] elpa/symbol-overlay f68b908cbb 026/152: fix errors in symbol-replacing
Date: Thu, 7 Jul 2022 12:04:08 -0400 (EDT)

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

    fix errors in symbol-replacing
---
 symbol-overlay.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/symbol-overlay.el b/symbol-overlay.el
index ddad9ad170..e54de7bde5 100644
--- a/symbol-overlay.el
+++ b/symbol-overlay.el
@@ -325,6 +325,7 @@ DIR must be 1 or -1."
 If COUNT is non-nil, count at the end."
   (unless (minibufferp)
     (let* ((case-fold-search nil)
+          (inhibit-modification-hooks t)
           (symbol (symbol-overlay-get-symbol))
           (new (substring symbol 3 -3)))
       (beginning-of-thing 'symbol)



reply via email to

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