Index: gui/Ink/Document.m
===================================================================
--- gui/Ink/Document.m	(revision 25505)
+++ gui/Ink/Document.m	(working copy)
@@ -198,7 +198,8 @@
 
 - (void)textDidChange:(NSNotification *)textObject 
 {
-  [self updateChangeCount: NSChangeDone];
+  if (![self hasUndoManager])
+    [self updateChangeCount: NSChangeDone];
 }
 
 - (void)insertFile: (id)sender
