branch: elpa/tuareg
commit 1d63ceb02e37f0205e09126cb6b6935f62f3c8c7
Author: Mattias EngdegÄrd <[email protected]>
Commit: Mattias EngdegÄrd <[email protected]>
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"))