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

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

[elpa] externals/org 9a02750501 4/6: lisp/org.el (org-display-inline-ima


From: ELPA Syncer
Subject: [elpa] externals/org 9a02750501 4/6: lisp/org.el (org-display-inline-images): Remove FIXME
Date: Mon, 20 May 2024 09:58:42 -0400 (EDT)

branch: externals/org
commit 9a02750501f1a8cfbf401d8818b5e607ed71f9ac
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    lisp/org.el (org-display-inline-images): Remove FIXME
    
    Addressing this FIXME would include implementing image cache flushing
    feature in Emacs itself.  A bit too much for a FIXME in Org code.
---
 lisp/org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index 5e9f479fba..67f0465a61 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -16812,7 +16812,7 @@ buffer boundaries with possible narrowing."
                                          (org-element-end link))
                                         (unless (eolp) (skip-chars-backward " 
\t"))
                                         (point)))))
-                              ;; FIXME: See bug#59902.  We cannot rely
+                              ;; See bug#59902.  We cannot rely
                               ;; on Emacs to update image if the file
                               ;; has changed.
                               (image-flush image)



reply via email to

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