branch: externals/caml
commit ad3e9c22428ad768073f73aa0e6c6611e4ecb600
Author: Didier Rémy <[email protected]>
Commit: Didier Rémy <[email protected]>

    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
---
 caml.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/caml.el b/caml.el
index 7ae7bc1..17aaa52 100644
--- a/caml.el
+++ b/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]

Reply via email to