aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq.el
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <Pierre.Courtieu@cnam.fr>2015-10-13 15:51:33 +0200
committerGravatar Pierre Courtieu <Pierre.Courtieu@cnam.fr>2015-10-13 15:51:33 +0200
commitdbcdba63a79bfcafbc8873b787f18aa049198eaf (patch)
tree3d85bc54aef3610c97cf87bd1c1ddc6c2a2cdd4d /coq/coq.el
parentefb54b9098d665fd58e99c42f53afd7e49a36c70 (diff)
Fixed coq-id-at-point.
Diffstat (limited to 'coq/coq.el')
-rw-r--r--coq/coq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index c62f84b1..ac92688e 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -791,7 +791,7 @@ Support dot.notation.of.modules."
((fboundp 'symbol-at-point) (symbol-at-point))))
(symbclean (when symb (coq-remove-trailing-dot (symbol-name symb)))))
(when (and symb (not (zerop (length symbclean)))
- (not (coq-string-starts-with-symbol symb)))
+ (not (coq-string-starts-with-symbol symbclean)))
symbclean))))