aboutsummaryrefslogtreecommitdiff
path: root/coq/coq.el
diff options
context:
space:
mode:
authorDavid Aspinall2009-12-03 00:26:21 +0000
committerDavid Aspinall2009-12-03 00:26:21 +0000
commit304cf41b762c57bda2f1176fc8c366e9801015d2 (patch)
treeb157287d714c3e04420cba21be1442246752d555 /coq/coq.el
parente19e6d8c98141f52852eb84eb222a524a82481e2 (diff)
Change of type for proof-script-span-context-menu-extensions
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 c7b8bebf..62d9295f 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -1008,7 +1008,7 @@ mouse activation."
;;
(defun coq-create-span-menu (span idiom name)
- (if (string-equal idiom "proof")
+ (if (eq idiom 'proof)
(let ((thm (span-property span 'name)))
(list (vector
"Check" ; useful?