branch: externals/caml
commit 6ce04bf8e1e198ec626ead72b88012ad5cd431d0
Author: Jérôme Vouillon <[email protected]>
Commit: Jérôme Vouillon <[email protected]>

    Donne a ocamldebug le chemin complet du programme a lancer
    
    
    git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1591 
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
 camldebug.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camldebug.el b/camldebug.el
index 5a0049b..2d921ec 100644
--- a/camldebug.el
+++ b/camldebug.el
@@ -480,7 +480,7 @@ the camldebug commands `cd DIR' and `directory'."
     (make-comint (concat "camldebug-" file)
                 (substitute-in-file-name camldebug-command-name)
                 nil
-                "-emacs" "-cd" default-directory file)
+                "-emacs" "-cd" default-directory path)
     (set-process-filter (get-buffer-process (current-buffer))
                        'camldebug-filter)
     (set-process-sentinel (get-buffer-process (current-buffer))

Reply via email to