]> git.eshelyaron.com Git - emacs.git/commitdiff
(handle_face_prop): Fix last change.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 7 Nov 2007 15:31:20 +0000 (15:31 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 7 Nov 2007 15:31:20 +0000 (15:31 +0000)
src/xdisp.c

index 60bca299bc1a77e576ca3db6be4fb2c2b54b4b4c..4c78f6ac8f8ce6320d070e71aa0942956e1e5a09 100644 (file)
@@ -3369,9 +3369,9 @@ handle_face_prop (it)
       Lisp_Object from_overlay
        = (it->current.overlay_string_index >= 0
           ? it->string_overlays[it->current.overlay_string_index]
-          : from_overlay);
+          : Qnil);
 
-      /* See we got to this string directly or indirectly from
+      /* 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.