diff --git a/lisp/org.el b/lisp/org.el index 1ac912e61..f39258f9f 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -15755,6 +15755,8 @@ Some of the options can be changed using the variable (cnt 0) checkdir-flag) (goto-char (or beg (point-min))) + ;; FIXME: `overlay-recenter' is not needed (and has no effect) + ;; since Emacs 29. ;; Optimize overlay creation: (info "(elisp) Managing Overlays"). (when (and overlays (memq processing-type '(dvipng imagemagick))) (overlay-recenter (or end (point-max))))