diff options
author | Didier Rémy <Didier.Remy@inria.fr> | 2005-02-04 17:19:21 +0000 |
---|---|---|
committer | Didier Rémy <Didier.Remy@inria.fr> | 2005-02-04 17:19:21 +0000 |
commit | 09e17d4a6f2211854cfb22e3aafcdc0b27fbfdb4 (patch) | |
tree | ee6b68d14c2f359f4c0cc05e6cfe6c9fe1425b17 /emacs | |
parent | 7423522e4fbb148d45c9673f9348625981bed9f8 (diff) |
Ajout de camldebug dans le menu Caml d'emacs.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6779 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/caml.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/caml.el b/emacs/caml.el index 7ae7bc1f5..17aaa52da 100644 --- a/emacs/caml.el +++ b/emacs/caml.el @@ -348,6 +348,7 @@ have caml-electric-indent on, which see.") (define-key map [separator-types] '("---")) ;; others + (define-key map [camldebug] '("Call debugger..." . camldebug)) (define-key map [run-caml] '("Start subshell..." . run-caml)) (define-key map [compile] '("Compile..." . compile)) (define-key map [switch-view] |