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

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

[elpa] externals/org 70cee1810b 2/2: lisp/ox.el: Fix compiler warning


From: ELPA Syncer
Subject: [elpa] externals/org 70cee1810b 2/2: lisp/ox.el: Fix compiler warning
Date: Thu, 17 Nov 2022 00:58:02 -0500 (EST)

branch: externals/org
commit 70cee1810b23b8c3e24049a777aa21111f1a0f78
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@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

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