head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2003.07.31.17.37.18;	author shige;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add elisp/emacsen ports in the ports tree @@ 2003/07/31
@
text
@$FreeBSD$
An EMACS major mode for editing O'Caml programs.

To use this, put the following into your ~/.emacs:

        (setq auto-mode-alist
          (cons '("\\.ml[iylp]?$" . caml-mode) auto-mode-alist))
        (autoload 'caml-mode "caml" "Major mode for editing Caml code." t)
        (autoload 'run-caml "inf-caml" "Run an inferior Caml process." t)

- Koshy
  jkoshy@@freebsd.org

WWW: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/ocaml.html
@
