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

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

[nongnu] elpa/tuareg 1d63ceb 5/6: Remove unnecessary point adjustment (a


From: ELPA Syncer
Subject: [nongnu] elpa/tuareg 1d63ceb 5/6: Remove unnecessary point adjustment (already performed)
Date: Fri, 10 Sep 2021 15:57:49 -0400 (EDT)

branch: elpa/tuareg
commit 1d63ceb02e37f0205e09126cb6b6935f62f3c8c7
Author: Mattias EngdegÄrd <mattiase@acm.org>
Commit: Mattias EngdegÄrd <mattiase@acm.org>

    Remove unnecessary point adjustment (already performed)
---
 tuareg.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tuareg.el b/tuareg.el
index 52df875..172b177 100644
--- a/tuareg.el
+++ b/tuareg.el
@@ -3715,9 +3715,6 @@ If the region is active, evaluate all phrases 
intersecting the region."
                 (setq start (min start beg-phrase))
                 (setq end (max end end-phrase))))))))
      (t
-      ;; Move before the comment, if we are in one.
-      (let ((ppss (syntax-ppss)))
-        (if (nth 4 ppss) (goto-char (1- (nth 8 ppss)))))
       (let ((phrase (tuareg-discover-phrase)))
         (unless phrase
           (user-error "Expression after the point is not well braced"))



reply via email to

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