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

Diff for /src/usr.bin/mg/help.c between version 1.31 and 1.32

version 1.31, 2005/12/14 07:11:44 version 1.32, 2009/06/04 23:39:37
Line 121 
Line 121 
         if ((addline(bp, "Global bindings:") == FALSE) ||          if ((addline(bp, "Global bindings:") == FALSE) ||
             (showall(bp, fundamental_map, "") == FALSE))              (showall(bp, fundamental_map, "") == FALSE))
                 return (FALSE);                  return (FALSE);
         return (popbuftop(bp));          return (popbuftop(bp, WNONE));
 }  }
   
 static int  static int
Line 205 
Line 205 
                 }                  }
         }          }
         free_file_list(fnames);          free_file_list(fnames);
         return (popbuftop(bp));          return (popbuftop(bp, WNONE));
 }  }
   
 static int  static int

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32