branch: externals/tex-parens
commit 683add8b7c3d9560c71c27fae9c1d605a12ed113
Author: Paul Nelson <[email protected]>
Commit: Paul Nelson <[email protected]>

    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