Переглянути джерело

org-fold-core-fontify-region: Remove unused variable

* lisp/org-fold-core.el (org-fold-core-fontify-region):
Ihor Radchenko 3 роки тому
батько
коміт
2249f4d7e5
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      lisp/org-fold-core.el

+ 1 - 1
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))