branch: externals/auctex
commit ed37457621d755bb6c1758fb8a26b666fd16711b
Author: Arash Esbati <ar...@gnu.org>
Commit: Arash Esbati <ar...@gnu.org>

    ; Fix commit e4def30851
    
    * preview.el.in (preview-parse-messages): Add missing paren.
    Remove unused lexical variable.  (bug#70348)
---
 preview.el.in | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/preview.el.in b/preview.el.in
index 5625d9c02f..d060174c74 100644
--- a/preview.el.in
+++ b/preview.el.in
@@ -3617,9 +3617,8 @@ name(\\([^)]+\\))\\)\\|\
                                            (preview-TeX-bb box)
                                            (cons lcounters counters)
                                            tempdir
-                                           (cdr open-data)))
-                                     (ov (car ovl)))
-                                (setq close-data (nconc ovl close-data))
+                                           (cdr open-data))))
+                                (setq close-data (nconc ovl close-data)))
                             (with-current-buffer run-buffer
                               (preview-log-error
                                (list 'error

Reply via email to