aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq.el
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2008-03-05 18:08:13 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2008-03-05 18:08:13 +0000
commit1705d1fecdc07d2203c2c83b5064b8150bdfe592 (patch)
treedb0f1e613ef5dfdad8a4add3223e2f11d6810914 /coq/coq.el
parent99a0f3993bae3b114cc9212feb412e6b6b17dd19 (diff)
fixed syntax table + thing-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 dbd06876..78a82b0a 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -671,7 +671,7 @@ happen since one of them is necessarily set to t in coq-syntax.el."
(and (not dontguess)
(if (region-exists-p)
(buffer-substring-no-properties (region-beginning) (region-end))
- (thing-at-point 'word)))))
+ (thing-at-point 'symbol)))))
(read-string
(if guess (concat s " (default " guess "): ") (concat s " : "))
nil 'proof-minibuffer-history guess)))