Ver código fonte

Undo/Redo stuff enabled by default

pierre 26 anos atrás
pai
commit
65e69a446a
1 arquivos alterados com 3 adições e 2 exclusões
  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}