aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-indent.el
diff options
context:
space:
mode:
Diffstat (limited to 'coq/coq-indent.el')
-rw-r--r--coq/coq-indent.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/coq/coq-indent.el b/coq/coq-indent.el
index 70191cb9..9ca75457 100644
--- a/coq/coq-indent.el
+++ b/coq/coq-indent.el
@@ -522,9 +522,8 @@ the (point-min) if there is no previous command."
"Move to the start of command at point.
The point is put exactly before first non comment letter of the command."
(coq-find-current-start)
- (when (or (forward-comment (point-max))
- (looking-at "\\S-"))
- (point)))
+ (forward-comment (point-max))
+ (point))
;; (defun same-line (pt pt2)
;; (or (= (line-number-at-pos pt) (line-number-at-pos pt2))))