summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorDidier Rémy <Didier.Remy@inria.fr>2005-02-04 17:19:21 +0000
committerDidier Rémy <Didier.Remy@inria.fr>2005-02-04 17:19:21 +0000
commit09e17d4a6f2211854cfb22e3aafcdc0b27fbfdb4 (patch)
treeee6b68d14c2f359f4c0cc05e6cfe6c9fe1425b17 /emacs
parent7423522e4fbb148d45c9673f9348625981bed9f8 (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.el1
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]