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

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

[elpa] externals/org 93d7825 2/2: lisp/org.el (visual-fill-column-width)


From: ELPA Syncer
Subject: [elpa] externals/org 93d7825 2/2: lisp/org.el (visual-fill-column-width): Silence compiler warning
Date: Tue, 28 Sep 2021 11:57:27 -0400 (EDT)

branch: externals/org
commit 93d7825d557f4f362a5e8f8d1baff44af796abcd
Author: Bastien <bzg@gnu.org>
Commit: Bastien <bzg@gnu.org>

    lisp/org.el (visual-fill-column-width): Silence compiler warning
    
    * lisp/org.el (visual-fill-column-width): Silence compiler warning.
---
 lisp/org.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/org.el b/lisp/org.el
index a02a1fd..b15fcb0 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -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.



reply via email to

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