From 25481782112b387099dc586186d2ecd5a7643377 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 17 Jan 2008 13:56:08 +0000 Subject: Fix typo. --- generic/proof-maths-menu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generic') diff --git a/generic/proof-maths-menu.el b/generic/proof-maths-menu.el index 951fa6c7..8364d711 100644 --- a/generic/proof-maths-menu.el +++ b/generic/proof-maths-menu.el @@ -23,7 +23,7 @@ (require 'cl)) (eval-when (compile) - (if (featurep 'xemacs) + (if (not (featurep 'xemacs)) (require 'maths-menu))) ; it's loaded dynamically at runtime -- cgit v1.2.3