Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-02-01 11:36:33 -0800 (Tue, 01 Feb 2005)
Revision: 6558
Log message:
Changed the indentation of begin-end blocks.
let x = begin
if true then begin
1;
begin
2;
3
end;
4
end
else
2
end
Changes | Path |
+1 -1 | metaprl/editor/emacs/caml.el |
Binary | metaprl/editor/emacs/caml.elc |