diff options
| author | David Aspinall | 2009-12-03 00:26:21 +0000 |
|---|---|---|
| committer | David Aspinall | 2009-12-03 00:26:21 +0000 |
| commit | 304cf41b762c57bda2f1176fc8c366e9801015d2 (patch) | |
| tree | b157287d714c3e04420cba21be1442246752d555 /coq/coq.el | |
| parent | e19e6d8c98141f52852eb84eb222a524a82481e2 (diff) | |
Change of type for proof-script-span-context-menu-extensions
Diffstat (limited to 'coq/coq.el')
| -rw-r--r-- | coq/coq.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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? |
