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

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

[elpa] externals/org-transclusion 2d9290554e 12/18: Merge branch 'pr210'


From: ELPA Syncer
Subject: [elpa] externals/org-transclusion 2d9290554e 12/18: Merge branch 'pr210'
Date: Sun, 21 Jan 2024 15:58:42 -0500 (EST)

branch: externals/org-transclusion
commit 2d9290554ea7a6a194deaa46ef5c426f65fb282b
Merge: da4576da34 18b81641e6
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    Merge branch 'pr210'
---
 org-transclusion.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/org-transclusion.el b/org-transclusion.el
index c85f7639e0..93069656f5 100644
--- a/org-transclusion.el
+++ b/org-transclusion.el
@@ -274,7 +274,9 @@ specific keybindings; namely:
 ;;;; Definining macros before they are used in the rest of package
 ;;;; Flycheck warns with "macro X defined too late"
 (defmacro org-transclusion-with-inhibit-read-only (&rest body)
-  "Run BODY with `'inhibit-read-only` t."
+  "Run BODY with `'inhibit-read-only` t.
+This macro is used instead of `with-silent-modifications' because
+Org mode's caching relies upon modification hooks to function."
   (declare (debug t) (indent 0))
   (let ((modified (make-symbol "modified")))
     `(let* ((,modified (buffer-modified-p))



reply via email to

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