aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--coq/coq-smie.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq-smie.el b/coq/coq-smie.el
index c488e73f..ce386c1f 100644
--- a/coq/coq-smie.el
+++ b/coq/coq-smie.el
@@ -373,7 +373,7 @@ The point should be at the beginning of the command name."
(defun coq-smie-forward-token ()
- (let ((tok (coq-forward-token-fast-nogluing-dot-friends)))
+ (let ((tok (smie-default-forward-token)))
(cond
;; @ may be ahead of an id, it is part of the id.
((and (equal tok "@") (looking-at "[[:alpha:]_]"))