Variable: org-fold-core--indirect-buffers

org-fold-core--indirect-buffers is a buffer-local variable defined in org-fold-core.el.gz.

Documentation

List of indirect buffers created from current buffer.

The first element of the list is always the current buffer.

This variable is needed to work around Emacs bug#46982, while Emacs does not provide a way after-change-functions in any other buffer than the buffer where the change was actually made.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-fold-core.el.gz
(defvar-local org-fold-core--indirect-buffers nil
  "List of indirect buffers created from current buffer.

The first element of the list is always the current buffer.

This variable is needed to work around Emacs bug#46982, while Emacs
does not provide a way `after-change-functions' in any other buffer
than the buffer where the change was actually made.")