aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isabelle-system.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-12-03 00:26:21 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-12-03 00:26:21 +0000
commit304cf41b762c57bda2f1176fc8c366e9801015d2 (patch)
treeb157287d714c3e04420cba21be1442246752d555 /isar/isabelle-system.el
parente19e6d8c98141f52852eb84eb222a524a82481e2 (diff)
Change of type for proof-script-span-context-menu-extensions
Diffstat (limited to 'isar/isabelle-system.el')
-rw-r--r--isar/isabelle-system.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isabelle-system.el b/isar/isabelle-system.el
index f66e41ba..ec405b13 100644
--- a/isar/isabelle-system.el
+++ b/isar/isabelle-system.el
@@ -342,7 +342,7 @@ for you, you should disable this behaviour."
;;
(defun isabelle-create-span-menu (span idiom name)
- (if (string-equal idiom "proof")
+ (if (eq idiom 'proof)
(let ((thm (span-property span 'name)))
(list (vector
"Visualise dependencies"