aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-08-13 23:04:44 -0700
committerPaul Eggert2011-08-13 23:04:44 -0700
commita29eb766a697b646103c4cc8ab56795acce7beab (patch)
tree20e8c6bbe9d544c223d33b9dfceddfdca3628d83 /src
parent19d5c50cbb7d65bfed9e76ccf1c22bada0662f38 (diff)
downloademacs-a29eb766a697b646103c4cc8ab56795acce7beab.tar.gz
emacs-a29eb766a697b646103c4cc8ab56795acce7beab.zip
* src/xdisp.c (compute_display_string_pos): Fix bzr merge glitch.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 6173ef4ce74..a3bdcbdf4c6 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -3166,8 +3166,6 @@ compute_display_string_pos (struct text_pos *position,
3166 3166
3167 *disp_prop_p = 1; 3167 *disp_prop_p = 1;
3168 3168
3169 *disp_prop_p = 1;
3170
3171 if (charpos >= eob 3169 if (charpos >= eob
3172 /* We don't support display properties whose values are strings 3170 /* We don't support display properties whose values are strings
3173 that have display string properties. */ 3171 that have display string properties. */