aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-compat.el
diff options
context:
space:
mode:
Diffstat (limited to 'generic/proof-compat.el')
-rw-r--r--generic/proof-compat.el13
1 files changed, 11 insertions, 2 deletions
diff --git a/generic/proof-compat.el b/generic/proof-compat.el
index 8bf90643..a7d4a8af 100644
--- a/generic/proof-compat.el
+++ b/generic/proof-compat.el
@@ -233,8 +233,17 @@ Otherwise treat \\ in NEWTEXT string as special:
-;; FIXME: todo: keybinding compat here, esp for mouse.
-;; See Isamode and emu.el for ideas.
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;;
+;;; Nasty: Emacs bug/problem fix section
+;;;
+
+
+;; Error in FSF emacs that this is undefined. I haven't time to
+;; investigate why.
+(unless proof-running-on-XEmacs
+ (defvar font-lock-preprocessor-face nil))
+
;; End of proof-compat.el