]> git.eshelyaron.com Git - emacs.git/commitdiff
Make compat alias image-refresh obsolete
authorStefan Kangas <stefan@marxist.se>
Tue, 9 Aug 2022 12:04:12 +0000 (14:04 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 9 Aug 2022 12:04:39 +0000 (14:04 +0200)
* lisp/image.el (image-refresh): Make compat alias obsolete.
Update callers.

lisp/image.el
lisp/org/org-plot.el
lisp/org/org.el

index 02e5c85fafd0c8fbdcb09da0fdb47a3ac73305c3..de2afdc2c7b473d9d87d8b2b65cf235c403192c6 100644 (file)
@@ -32,7 +32,6 @@
   :group 'multimedia)
 
 (declare-function image-flush "image.c" (spec &optional frame))
-(defalias 'image-refresh 'image-flush)
 
 (defconst image-type-header-regexps
   `(("\\`/[\t\n\r ]*\\*.*XPM.\\*/" . xpm)
@@ -1304,6 +1303,8 @@ changing the displayed image size does not affect the saved image."
     (setf (image-property image :flip)
           (not (image-property image :flip)))))
 
+(define-obsolete-function-alias 'image-refresh #'image-flush "29.1")
+
 (provide 'image)
 
 ;;; image.el ends here
index c2da24266ab4eac6790339d34aa563ac0fc47851..831c84befcb02393a2d01c6ca2f24651d47fed55 100644 (file)
@@ -622,7 +622,7 @@ manner suitable for prepending to a user-specified script."
   (dolist (img-overlay org-inline-image-overlays)
     (when (string= img-file (plist-get (cdr (overlay-get img-overlay 'display)) :file))
       (when (file-exists-p img-file)
-        (image-refresh (overlay-get img-overlay 'display))))))
+        (image-flush (overlay-get img-overlay 'display))))))
 
 ;;-----------------------------------------------------------------------------
 ;; facade functions
index 8bb69e98ce8872bdd0b9ae48d09acdcd0382dc32..68f522b060acb141cac4351cf56bffd242b763e2 100644 (file)
@@ -16487,7 +16487,7 @@ INCLUDE-LINKED is passed to `org-display-inline-images'."
     (org-toggle-inline-images)))
 
 ;; For without-x builds.
-(declare-function image-refresh "image" (spec &optional frame))
+(declare-function image-flush "image" (spec &optional frame))
 
 (defcustom org-display-remote-inline-images 'skip
   "How to display remote inline images.
@@ -16628,7 +16628,7 @@ buffer boundaries with possible narrowing."
                                (org-element-property :begin link)
                                'org-image-overlay)))
                      (if (and (car-safe old) refresh)
-                         (image-refresh (overlay-get (cdr old) 'display))
+                          (image-flush (overlay-get (cdr old) 'display))
                        (let ((image (org--create-inline-image file width)))
                          (when image
                            (let ((ov (make-overlay