function record(h,T)
%RECORD  Records transaction.

%   Author: P. Gahinet  
%   Copyright 1986-2004 The MathWorks, Inc.
%   $Revision: 1.1.6.2 $  $Date: 2004/04/11 00:18:03 $

% Commit transaction
T.commit;

% Push onto Undo stack
h.EventRecorder.pushundo(T);
