File ocaml-3.00-camldebug_el.patch of Package ocaml
diff -r -u -N ocaml-3.00.old/emacs/camldebug.el ocaml-3.00/emacs/camldebug.el
--- ocaml-3.00.old/emacs/camldebug.el Wed Apr 5 20:30:14 2000
+++ ocaml-3.00/emacs/camldebug.el Sat Jul 22 17:51:02 2000
@@ -480,7 +480,7 @@
(make-comint (concat "camldebug-" file)
(substitute-in-file-name camldebug-command-name)
nil
- "-emacs" "-cd" default-directory file)
+ "-emacs" "-cd" default-directory (concat "./" file))
(set-process-filter (get-buffer-process (current-buffer))
'camldebug-filter)
(set-process-sentinel (get-buffer-process (current-buffer))