Browse Source

Undo/Redo stuff enabled by default

pierre 26 years ago
parent
commit
65e69a446a
1 changed files with 3 additions and 2 deletions
  1. 3 2
      ide/text/globdir.inc

+ 3 - 2
ide/text/globdir.inc

@@ -68,8 +68,9 @@
   {$define NODEBUG}
 {$endif}
 
+{ include Undo/Redo code from Visa Harvey }
+{ let everybody try it out  PM }
+{$define Undo}
 {$ifdef DEBUG}
-  { include Undo/Redo code from Visa Harvey }
-  {$define Undo}
   {$define DebugUndo}
 {$endif DEBUG}