branch: externals/org
commit 2249f4d7e5162213447454849724ef7583a576cb
Author: Ihor Radchenko <yanta...@gmail.com>
Commit: Ihor Radchenko <yanta...@gmail.com>

    org-fold-core-fontify-region: Remove unused variable
    
    * lisp/org-fold-core.el (org-fold-core-fontify-region):
---
 lisp/org-fold-core.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-fold-core.el b/lisp/org-fold-core.el
index 227a2a4af7..4056ae0048 100644
--- a/lisp/org-fold-core.el
+++ b/lisp/org-fold-core.el
@@ -1471,7 +1471,7 @@ folded regions.")
           (save-match-data
             ;; Only run within regions that are not yet touched by
             ;; fontification.
-            (let ((l pos) (r next) (c pos) nxt)
+            (let ((r next) (c pos) nxt)
               (when (get-text-property c 'org-fold-core-fontified)
                 (setq c (next-single-property-change c 
'org-fold-core-fontified)))
               (setq nxt (next-single-property-change c 
'org-fold-core-fontified nil r))

Reply via email to