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

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

[elpa] externals/tex-parens 683add8b7c 29/62: fix silly tp-kill-sexp bug


From: ELPA Syncer
Subject: [elpa] externals/tex-parens 683add8b7c 29/62: fix silly tp-kill-sexp bug
Date: Thu, 6 Jun 2024 04:00:58 -0400 (EDT)

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

    fix silly tp-kill-sexp bug
---
 tex-parens.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tex-parens.el b/tex-parens.el
index c3467a91be..aa3b59ac43 100644
--- a/tex-parens.el
+++ b/tex-parens.el
@@ -735,7 +735,7 @@ report errors as appropriate for this kind of usage."
   (interactive "p\nd")
   (if interactive
       (condition-case _
-          (kill-sexp arg nil)
+          (tp-kill-sexp arg nil)
         (scan-error (user-error (if (> arg 0)
                                     "No next sexp"
                                   "No previous sexp"))))



reply via email to

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