[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
making Fred window not dirty
- To: info-macl@cambridge.apple.com
- Subject: making Fred window not dirty
- From: mkatz@garnet.berkeley.edu (Michael Katz)
- Date: Mon, 3 Jun 91 19:28:35 PDT
I have a subclass of *fred-window*. I don't want to use :scratchp because
most of the time I want to do the normal ask-the-user-to-save-changes thang.
But sometimes I want to make modifications to the window under program control
WITHOUT having the window think it's been modified. I'm looking for a function
call UNDIRTY, or something like that (or a DIRTY flag I can set to NIL or a
CHANGE-COUNT variable I can set to 0 or ... you get the idea).
Does anybody know how to do this? Thanks.