0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

lisp/org.el (visual-fill-column-width): Silence compiler warning

* lisp/org.el (visual-fill-column-width): Silence compiler warning.
This commit is contained in:
Bastien 2021-09-28 17:31:18 +02:00
parent 8130147958
commit 93d7825d55

View file

@ -16634,6 +16634,7 @@ buffer boundaries with possible narrowing."
(overlay-put ov 'keymap image-map))
(push ov org-inline-image-overlays))))))))))))))))
(defvar visual-fill-column-width) ; Silence compiler warning
(defun org-display-inline-image--width (link)
"Determine the display width of the image LINK, in pixels.
- When `org-image-actual-width' is t, the image's pixel width is used.