branch: externals/org commit b170b23a5b597f70136c798d62c3122782bb1df5 Author: Ihor Radchenko <yanta...@gmail.com> Commit: Ihor Radchenko <yanta...@gmail.com>
Update adadb5b55 for Emacs 26 --- lisp/org-element.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-element.el b/lisp/org-element.el index b784b47..f42fa2a 100644 --- a/lisp/org-element.el +++ b/lisp/org-element.el @@ -5880,7 +5880,7 @@ updated before current modification are actually submitted." ;; Note: 4 is a footprint for ;; (let ((inhibit-modification-hooks t)) ;; (insert "blah")) - '(1 3 6 7 8)))) + '(1 3 6 7 8 9)))) (and (boundp 'org-batch-test) org-batch-test)) (org-element--cache-warn "Unregistered buffer modifications detected. Resetting. If this warning appears regularly, please report it to Org mode mailing list (M-x org-submit-bug-report).