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

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

[elpa] externals/tex-parens d681673912 2/3: remove preview-move-point ca


From: ELPA Syncer
Subject: [elpa] externals/tex-parens d681673912 2/3: remove preview-move-point calls that should no longer be necessary
Date: Sun, 30 Jun 2024 03:59:18 -0400 (EDT)

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

    remove preview-move-point calls that should no longer be necessary
    
    The preview-auto-reveal-commands additions should take care of this.
---
 tex-parens.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tex-parens.el b/tex-parens.el
index 1f6d51a2b0..27342aec71 100644
--- a/tex-parens.el
+++ b/tex-parens.el
@@ -711,8 +711,6 @@ Search up to BOUND.  Return t if successful, nil otherwise."
       (setq success t))
     (unless success
       (goto-char start))
-    (when (fboundp 'preview-move-point)
-      (preview-move-point))
     success))
 
 (defun tex-parens--backward-down-list-1 (&optional bound)
@@ -728,8 +726,6 @@ Search up to BOUND.  Return t if successful, nil otherwise."
       (setq success t))
     (unless success
       (goto-char start))
-    (when (fboundp 'preview-move-point)
-      (preview-move-point))
     success))
 
 (defun tex-parens-delete-pair ()



reply via email to

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