Blob Blame History Raw
diff -ur tuareg-mode-1.45.6/append-tuareg.el tuareg-mode-1.45.6.new/append-tuareg.el
--- tuareg-mode-1.45.6/append-tuareg.el	2008-01-12 23:08:15.000000000 +0000
+++ tuareg-mode-1.45.6.new/append-tuareg.el	2008-02-21 08:36:17.000000000 +0000
@@ -4,9 +4,3 @@
 (setq auto-mode-alist (cons '("\\.ml\\w?" . tuareg-mode) auto-mode-alist))
 (autoload 'tuareg-mode "tuareg" "Major mode for editing Caml code" t)
 (autoload 'camldebug "camldebug" "Run the Caml debugger" t)
-
-(if (and (boundp 'window-system) window-system)
-    (when (string-match "XEmacs" emacs-version)
-       	(if (not (and (boundp 'mule-x-win-initted) mule-x-win-initted))
-            (require 'sym-lock))
-       	(require 'font-lock)))