branch: externals/polymode
commit 829a89c75a89c389de5d667ed56d3135c65a64f9
Author: German Nurlygaianov <shker...@gmail.com>
Commit: Vitalie Spinu <spinu...@gmail.com>

    drop unnecessary inhibition flags, see discussion:
    
    - Stefan Monnier (https://github.com/monnier) told me that those
    inhibitions do nothing to help with screen flickering I saw, while I
    worked on polymode unfolding issue
    - Full discussion link:
    https://lists.gnu.org/archive/html/emacs-devel/2025-05/msg00614.html
---
 polymode-core.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/polymode-core.el b/polymode-core.el
index 890be732f9..dba745f574 100644
--- a/polymode-core.el
+++ b/polymode-core.el
@@ -1139,8 +1139,6 @@ switch."
                         (overlay-get o 'yas--snippet)
                         (memq (overlay-get o 'face) '(region 
show-paren-match)))
               (let ((o-copy (copy-overlay o))
-                   (inhibit-redisplay t)
-                   (inhibit-modification-hooks t)
                     (start (overlay-start o))
                     (end (overlay-end o)))
                 (move-overlay o-copy start end  to-buffer))))

Reply via email to