V01D <phreakuencies@xxxxxxxxx> wrote:
see "1" in the corresponding buffer. Before the proposed modification,
doing "File->Close" would ask me to save/kill/abort on that buffer.
After I modifed shell.sl, it doesn't anymore.
I misread your original message. Now I understand the problem. Is
this patch equivalent to yours as far as fixing the problem?
Thanks, --John
--- shell.sl~ 2006-02-13 12:57:59.000000000 -0500
+++ shell.sl 2006-04-14 02:01:06.000000000 -0400
@@ -103,6 +103,9 @@
status = run_shell_cmd (cmd);
pop_spot ();
+ !if (same_buf)
+ set_buffer_modified_flag (0);
+
vmessage ("Exit Status: %d", status);
}