[BACK]Return to modes.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/modes.c between version 1.17 and 1.18

version 1.17, 2008/06/11 23:23:55 version 1.18, 2008/06/14 08:46:30
Line 71 
Line 71 
         return (changemode(f, n, "fill"));          return (changemode(f, n, "fill"));
 }  }
   
 /*  
  * Fake the GNU "blink-matching-paren" variable.  
  */  
 int  
 blinkparen(int f, int n)  
 {  
         return (changemode(f, n, "blink"));  
 }  
   
 #ifdef NOTAB  #ifdef NOTAB
 int  int
 notabmode(int f, int n)  notabmode(int f, int n)

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18