[q-lang-cvs] qcalc qcalc.q,1.71,1.72
                
                Brought to you by:
                
                    agraef
                    
                
            
            
        
        
        
    | 
      
      
      From: Albert G. <ag...@us...> - 2007-11-04 12:56:56
      
     | 
| Update of /cvsroot/q-lang/qcalc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31282 Modified Files: qcalc.q Log Message: update documentation Index: qcalc.q =================================================================== RCS file: /cvsroot/q-lang/qcalc/qcalc.q,v retrieving revision 1.71 retrieving revision 1.72 diff -C2 -d -r1.71 -r1.72 *** qcalc.q 4 Nov 2007 10:09:12 -0000 1.71 --- qcalc.q 4 Nov 2007 12:56:53 -0000 1.72 *************** *** 1500,1504 **** mark_undo [] || () ! where ROWS = [0..qt TABLE "numRows" ()-1], COLS = [0..qt TABLE "numCols" ()-1] if check_editing || check_edited if global; --- 1500,1505 ---- mark_undo [] || () ! where _ = adjust_table (MIN_ROWS,MIN_COLS), ! ROWS = [0..qt TABLE "numRows" ()-1], COLS = [0..qt TABLE "numCols" ()-1] if check_editing || check_edited if global; |