summaryrefslogtreecommitdiff
path: root/emacs/camldebug.el
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2004-08-20 17:04:35 +0000
committerDamien Doligez <damien.doligez-inria.fr>2004-08-20 17:04:35 +0000
commitc3a39fc8c84698aa4985c779e16493c2409a0285 (patch)
tree0454ddf1543d0f6a78f9b6d6fff79ae8080f48e1 /emacs/camldebug.el
parent8030a20089b6ed8a7b654c189f00a6f3693f8bce (diff)
downloadocaml-c3a39fc8c84698aa4985c779e16493c2409a0285.tar.gz
Fusion des modifs de la branche release308 entre 3.08.0 et 3.08.1
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6612 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'emacs/camldebug.el')
-rw-r--r--emacs/camldebug.el14
1 files changed, 14 insertions, 0 deletions
diff --git a/emacs/camldebug.el b/emacs/camldebug.el
index c66343a4e1..32846bbef6 100644
--- a/emacs/camldebug.el
+++ b/emacs/camldebug.el
@@ -1,3 +1,17 @@
+;(***********************************************************************)
+;(* *)
+;(* Objective Caml *)
+;(* *)
+;(* Jacques Garrigue and Ian T Zimmerman *)
+;(* *)
+;(* Copyright 1997 Institut National de Recherche en Informatique et *)
+;(* en Automatique. All rights reserved. This file is distributed *)
+;(* under the terms of the GNU General Public License. *)
+;(* *)
+;(***********************************************************************)
+
+;(* $Id$ *)
+
;;; Run camldebug under Emacs
;;; Derived from gdb.el.
;;; gdb.el is Copyright (C) 1988 Free Software Foundation, Inc, and is part