branch: externals/tex-parens
commit d681673912330439c6ecef5263854f097fc9ecf4
Author: Paul Nelson <ultr...@gmail.com>
Commit: Paul Nelson <ultr...@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