diff options
| author | Kenichi Handa | 2008-09-12 05:41:47 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-09-12 05:41:47 +0000 |
| commit | b9be9bd3911f93390257636eebe96a40fff952fa (patch) | |
| tree | 9a248d8e6f38c74ac61169bd2e23a1ab2f9a9e6b /src | |
| parent | 29fb730696760dc6d4daf6c3373cede85c9033f2 (diff) | |
| download | emacs-b9be9bd3911f93390257636eebe96a40fff952fa.tar.gz emacs-b9be9bd3911f93390257636eebe96a40fff952fa.zip | |
(compose-gstring-for-graphic): Fix previous change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/composite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.c b/src/composite.c index b017721de67..5c8a9111559 100644 --- a/src/composite.c +++ b/src/composite.c | |||
| @@ -1260,7 +1260,7 @@ find_automatic_composition (pos, limit, start, end, gstring, string) | |||
| 1260 | Lisp_Object window; | 1260 | Lisp_Object window; |
| 1261 | struct window *w; | 1261 | struct window *w; |
| 1262 | 1262 | ||
| 1263 | window = Fget_buffer_create (Fcurrent_buffer ()); | 1263 | window = Fget_buffer_create (Fcurrent_buffer (), Qnil); |
| 1264 | if (NILP (window)) | 1264 | if (NILP (window)) |
| 1265 | return 0; | 1265 | return 0; |
| 1266 | w = XWINDOW (window); | 1266 | w = XWINDOW (window); |