[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars e693dd5239 409/431: teardown: avoid buffer
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars e693dd5239 409/431: teardown: avoid buffer modification |
Date: |
Mon, 16 Sep 2024 12:59:55 -0400 (EDT) |
branch: externals/indent-bars
commit e693dd52393ac7d7f03c44ae24001600137c5136
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
teardown: avoid buffer modification
---
indent-bars.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/indent-bars.el b/indent-bars.el
index 7746e6c7e4..37b7e6b19c 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -1646,7 +1646,8 @@ Adapted from `highlight-indentation-mode'."
(when indent-bars--orig-fontify-region
(setq font-lock-fontify-region-function indent-bars--orig-fontify-region))
- (remove-text-properties (point-min) (point-max) '(indent-bars-display nil))
+ (with-silent-modifications
+ (remove-text-properties (point-min) (point-max) '(indent-bars-display
nil)))
(font-lock-flush)
(font-lock-ensure)
- [elpa] externals/indent-bars 4974f6c16c 351/431: Update README.md, (continued)
- [elpa] externals/indent-bars 4974f6c16c 351/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars e557c7a6fa 366/431: New custom-set function for immediate feedback, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a7ecae26dd 370/431: Mention new customize options, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 48c8f7ecff 380/431: cleanup-stipple-remaps: protect needs-cleanup against non-live buf, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d5e6fb0fa9 384/431: Initial window-scroll based supplemental draw, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4d460b0a02 363/431: Remove \\=' quotes from docstrings, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d62f1cc825 361/431: Bump version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars e9443e68c1 371/431: README: version update and footnote for in-scope, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2ca5192273 372/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b433467d57 376/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars e693dd5239 409/431: teardown: avoid buffer modification,
ELPA Syncer <=
- [elpa] externals/indent-bars 7cf880d7cd 391/431: Reduce default bar blend, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 075e1b3ccc 400/431: ts: fix font-lock-fontify-buffer-function save logic, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars eca496b2db 392/431: improve commentary, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars dc44a8e889 404/431: Merge branch 'main' into dev, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars fc8f492364 397/431: indent-bars-ts: improve commentary, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 86835d8faa 402/431: ts--context-fontify: use with-silent-modifications, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6f6915dec4 411/431: Add Ada and GPR support., ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ebf1c637e8 425/431: Implement indent-bars.el suggestions for inclusion in ELPA, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ceb3dd1e31 418/431: guess-spacing: add typescript-ts-mode support, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 188d8540bf 395/431: Update ts--context-fontify to work in all buffers, ELPA Syncer, 2024/09/16