From e2108a7b3edac754138368a0fc51b0160129253b Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 13 Oct 2011 14:35:09 +0000 Subject: Patch from Tom Prince to fix Emacs 24 byte compilation (replace interactive-p with called-interactively-p) --- isar/isabelle-system.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isar') 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) -- cgit v1.2.3