aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-maths-menu.el
diff options
context:
space:
mode:
Diffstat (limited to 'generic/proof-maths-menu.el')
-rw-r--r--generic/proof-maths-menu.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/proof-maths-menu.el b/generic/proof-maths-menu.el
index aa6e7d40..951fa6c7 100644
--- a/generic/proof-maths-menu.el
+++ b/generic/proof-maths-menu.el
@@ -23,7 +23,8 @@
(require 'cl))
(eval-when (compile)
- (require 'maths-menu)) ; it's loaded dynamically at runtime
+ (if (featurep 'xemacs)
+ (require 'maths-menu))) ; it's loaded dynamically at runtime
;;;###autoload