diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index ed392e0eddf..32c89674b44 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -879,7 +879,7 @@ direct_output_for_insert (g) | |||
| 879 | { | 879 | { |
| 880 | #ifdef HAVE_X_WINDOWS | 880 | #ifdef HAVE_X_WINDOWS |
| 881 | int dummy; | 881 | int dummy; |
| 882 | int face = compute_char_face (frame, w, point, -1, -1, &dummy); | 882 | int face = compute_char_face (frame, w, point - 1, -1, -1, &dummy); |
| 883 | #else | 883 | #else |
| 884 | int face = 0; | 884 | int face = 0; |
| 885 | #endif | 885 | #endif |