[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)))
- [elpa] branch externals/tex-parens created (now 6d5ee64608), ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 2794e7a338 09/62: fix bug in tex-parens-backward-up, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens d3aa2a152a 10/62: some renamining, and better handling of unmatched forward/backward, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 44386cb173 14/62: clean-up, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens e6d1456573 13/62: adding docs, etc, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens ac86432b45 19/62: add cfg mention, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 5362f5a284 20/62: fix dump bug introduced in revision,
ELPA Syncer <=
- [elpa] externals/tex-parens 06303e66ba 23/62: add arg initialization where appropriate, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 2bdbd9c65c 32/62: tweak tp--end-of-defun, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 348fe1de62 01/62: Initial commit, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens ceef53e3d4 03/62: fix typo, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 11e41cc44d 27/62: add tp-max-delim-length, optimize tp--search-backward, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 4850085c65 39/62: sort out bug w/ previous commit, and up the default delim limit, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 2ce7313354 46/62: add #'undo to list of commands that open previews/folds, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 72fc4b0e6e 50/62: add basic package info, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 73b7fc98ad 57/62: update readme to indicate how to remap keys, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 84b9b5e76e 06/62: added sexp stuff, ELPA Syncer, 2024/06/06