diff src/mule-canna.c @ 80:1ce6082ce73f r20-0b90

Import from CVS: tag r20-0b90
author cvs
date Mon, 13 Aug 2007 09:06:37 +0200
parents 54cc21c15cbb
children 0d2f883870bc
line wrap: on
line diff
--- a/src/mule-canna.c	Mon Aug 13 09:05:44 2007 +0200
+++ b/src/mule-canna.c	Mon Aug 13 09:06:37 2007 +0200
@@ -785,7 +785,7 @@
   for (i = 0 ; i < len ; i++)
     {
       slen = strlen (p);
-      if (res == Qnil)
+      if (NILP(res))
 	{
 	  endp = res = Fcons (make_string (p, slen), Qnil);
 	}