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

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

[elpa] externals/tex-parens 5362f5a284 20/62: fix dump bug introduced in


From: ELPA Syncer
Subject: [elpa] externals/tex-parens 5362f5a284 20/62: fix dump bug introduced in revision
Date: Thu, 6 Jun 2024 04:00:56 -0400 (EDT)

branch: externals/tex-parens
commit 5362f5a284994aad6b7e157784c760f27cfe7d2e
Author: Paul Nelson <ultrono@gmail.com>
Commit: Paul Nelson <ultrono@gmail.com>

    fix dump bug introduced in revision
---
 tex-parens.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tex-parens.el b/tex-parens.el
index 1bf371c172..9259257a3f 100644
--- a/tex-parens.el
+++ b/tex-parens.el
@@ -269,7 +269,7 @@ defun-based commands."
       (setq result
             (let (success done)
               (while (not done)
-                (if (re-search-forward regexp bound t)
+                (if (re-search-forward regexp nil t)
                     (when (not
                            (let ((new-point (point))
                                  (m-string (match-string 0)))



reply via email to

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