branch: elpa/symbol-overlay
commit f68b908cbb9d9118176d9dd3ef558cc5f22df618
Author: wolray <[email protected]>
Commit: wolray <[email protected]>
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)