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
master
Didier Rémy 2005-02-04 17:19:21 +00:00
parent 7423522e4f
commit 09e17d4a6f
1 changed files with 1 additions and 0 deletions

View File

@ -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]