branch: externals/org
commit 70cee1810b23b8c3e24049a777aa21111f1a0f78
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    lisp/ox.el: Fix compiler warning
    
    * lisp/ox.el (org-export--parse-option-keyword): Remove unused
    variable.
---
 lisp/ox.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ox.el b/lisp/ox.el
index c1a1ad83ed..1fa4066594 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -1404,7 +1404,7 @@ Optional argument BACKEND is an export back-end, as 
returned by,
 e.g., `org-export-create-backend'.  It specifies which back-end
 specific items to read, if any."
   (let ((line
-        (let (value alist)
+        (let (alist)
            (with-temp-buffer
              (insert options)
              (goto-char (point-min))

Reply via email to