diff options
Diffstat (limited to 'emacs/caml-help.el')
-rw-r--r-- | emacs/caml-help.el | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/emacs/caml-help.el b/emacs/caml-help.el index ea082bf24..92735acac 100644 --- a/emacs/caml-help.el +++ b/emacs/caml-help.el @@ -1,3 +1,17 @@ +;(***********************************************************************) +;(* *) +;(* Objective Caml *) +;(* *) +;(* Didier Remy, projet Cristal, INRIA Rocquencourt *) +;(* *) +;(* Copyright 2001 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$ *) + ;; caml-info.el --- contextual completion and help to caml-mode ;; Didier Remy, November 2001. |