diff options
-rw-r--r-- | save.pl | 2 | ||||
-rw-r--r-- | save.pl~ | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -95,4 +95,4 @@ commited(S) :- 'Files could not be saved.'). commited(_) :- - halt. + send(@pce, destroy). @@ -94,5 +94,5 @@ commited(S) :- send(@display, report, error, 'Files could not be saved.'). -commited(exit(_)) :- +commited(_) :- halt. |