diff options
author | Jérôme Vouillon <Jerome.Vouillon@pps.jussieu.fr> | 1997-06-13 09:52:32 +0000 |
---|---|---|
committer | Jérôme Vouillon <Jerome.Vouillon@pps.jussieu.fr> | 1997-06-13 09:52:32 +0000 |
commit | 529da445fcaa9679e5fff957b910b4b4f976b135 (patch) | |
tree | d3e1aeea317aade0c3b361f611c8be2d053b8df3 /emacs | |
parent | bbbbdf40d3bdc01e0ca1e621c80157a6f3136e5b (diff) | |
download | ocaml-529da445fcaa9679e5fff957b910b4b4f976b135.tar.gz |
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
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/camldebug.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/camldebug.el b/emacs/camldebug.el index 5a0049b127..2d921ec533 100644 --- a/emacs/camldebug.el +++ b/emacs/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)) |