aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2011-10-13 14:35:09 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2011-10-13 14:35:09 +0000
commite2108a7b3edac754138368a0fc51b0160129253b (patch)
tree2199f3e6ac8e6e15ad276b45aeb9766cde7483dd /isar
parent911f7d4a22a1a91ee04d66a0efe74a0bd9dd1830 (diff)
Patch from Tom Prince to fix Emacs 24 byte compilation (replace interactive-p with called-interactively-p)
Diffstat (limited to 'isar')
-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 fa7fe72c..c1a393b5 100644
--- a/isar/isabelle-system.el
+++ b/isar/isabelle-system.el
@@ -292,7 +292,7 @@ for you, you should disable this behaviour."
"Refresh isabelle-logics-menu-entries, returning new entries."
(interactive)
(if (and isabelle-refresh-logics
- (or isabelle-time-to-refresh-logics (interactive-p)))
+ (or isabelle-time-to-refresh-logics (called-interactively-p 'any)))
(progn
(setq isabelle-logics-available (isa-tool-list-logics))
(isabelle-logics-menu-calculate)