Mercurial > hg > octave-nkf
diff scripts/miscellaneous/edit.m @ 8506:bc982528de11
comment style fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 13 Jan 2009 11:56:00 -0500 |
parents | eb7bdde776f2 |
children | 5dd06f19e9be |
line wrap: on
line diff
--- a/scripts/miscellaneous/edit.m +++ b/scripts/miscellaneous/edit.m @@ -148,7 +148,8 @@ "MODE", "sync", "EDITINPLACE", false); - mlock; # make sure the state variables survive "clear functions" + ## Make sure the state variables survive "clear functions". + mlock; if (nargin == 2) switch (toupper (file))