/[qemacs]/qemacs/docbook.c
ViewVC logotype

Diff of /qemacs/docbook.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by chqrlie, Wed May 11 15:12:14 2005 UTC revision 1.3 by chqrlie, Fri Jul 8 09:30:44 2005 UTC
# Line 26  static int docbook_mode_probe(ModeProbeD Line 26  static int docbook_mode_probe(ModeProbeD
26      if (xml_mode_probe(p1) == 0)      if (xml_mode_probe(p1) == 0)
27          return 0;          return 0;
28      /* well, very crude, but it may work OK */      /* well, very crude, but it may work OK */
29      if (strstr(p1->buf, "DocBook"))      if (strstr((const char *)p1->buf, "DocBook"))
30          return 100;          return 100;
31      return 0;      return 0;
32  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26