changeset 79349:998a04e48f58

(handle_face_prop): Fix last change.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 07 Nov 2007 15:31:20 +0000
parents aef264594958
children 89a3e7e4d349
files src/xdisp.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Wed Nov 07 15:30:51 2007 +0000
+++ b/src/xdisp.c	Wed Nov 07 15:31:20 2007 +0000
@@ -3369,9 +3369,9 @@
       Lisp_Object from_overlay
 	= (it->current.overlay_string_index >= 0
 	   ? it->string_overlays[it->current.overlay_string_index]
-	   : from_overlay);
-
-      /* See we got to this string directly or indirectly from
+	   : Qnil);
+
+      /* See if we got to this string directly or indirectly from
 	 an overlay property.  That includes the before-string or
 	 after-string of an overlay, strings in display properties
 	 provided by an overlay, their text properties, etc.