Mercurial > emacs
comparison src/dispnew.c @ 6068:f67817990735
(direct_output_for_insert): Fix comment.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 24 Feb 1994 20:04:27 +0000 |
parents | b649c51e3f6b |
children | 07045ca8ff19 |
comparison
equal
deleted
inserted
replaced
6067:25c4f2fe81d1 | 6068:f67817990735 |
---|---|
878 || buffer_shared > 1 | 878 || buffer_shared > 1 |
879 | 879 |
880 #ifdef USE_TEXT_PROPERTIES | 880 #ifdef USE_TEXT_PROPERTIES |
881 /* Intervals have already been adjusted, point is after the | 881 /* Intervals have already been adjusted, point is after the |
882 character that was just inserted. */ | 882 character that was just inserted. */ |
883 /* Give up if character has is invisible. */ | 883 /* Give up if character is invisible. */ |
884 /* Give up if character has a face property. | 884 /* Give up if character has a face property. |
885 At the moment we only lose at end of line or end of buffer | 885 At the moment we only lose at end of line or end of buffer |
886 and only with faces that have some background */ | 886 and only with faces that have some background */ |
887 /* Instead of wasting time, give up if character has any text properties */ | 887 /* Instead of wasting time, give up if character has any text properties */ |
888 || ! NILP (Ftext_properties_at (XFASTINT (point - 1), Qnil)) | 888 || ! NILP (Ftext_properties_at (XFASTINT (point - 1), Qnil)) |