aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-maths-menu.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-17 13:50:49 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-17 13:50:49 +0000
commitedfa9bece8aa7e96c8f93f387560d6a7f2b476fe (patch)
treee6f760c131a6d37ca543665e16e9d5b852ca2ed7 /generic/proof-maths-menu.el
parent0d8367225698a83a6fc796008f86c0144a69aa4c (diff)
XEmacs comp error: obscure undefined define-key-after comes from proof-maths-menu.
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