diff options
| author | Paul Eggert | 2012-04-21 17:53:32 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-21 17:53:32 -0700 |
| commit | bbd347f5f7e99da1a559dad818b5fa8f59c0901e (patch) | |
| tree | 77c1fc54c2240b08d2859109d18cac8812a8ffb1 /src/window.c | |
| parent | e4ecdc9c71af4199129d5dd2db1a32ff6b725fe4 (diff) | |
| parent | 9ee7d8b93cb143b473e6dffb708e777bc6fe5bd0 (diff) | |
| download | emacs-bbd347f5f7e99da1a559dad818b5fa8f59c0901e.tar.gz emacs-bbd347f5f7e99da1a559dad818b5fa8f59c0901e.zip | |
Merge from trunk.
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c index 7fda1b3bc54..19f27ec5320 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -5947,6 +5947,8 @@ save_window_save (Lisp_Object window, struct Lisp_Vector *vector, int i) | |||
| 5947 | } | 5947 | } |
| 5948 | else | 5948 | else |
| 5949 | p->pointm = Fcopy_marker (w->pointm, Qnil); | 5949 | p->pointm = Fcopy_marker (w->pointm, Qnil); |
| 5950 | XMARKER (p->pointm)->insertion_type | ||
| 5951 | = !NILP (Vwindow_point_insertion_type); | ||
| 5950 | 5952 | ||
| 5951 | p->start = Fcopy_marker (w->start, Qnil); | 5953 | p->start = Fcopy_marker (w->start, Qnil); |
| 5952 | p->start_at_line_beg = w->start_at_line_beg; | 5954 | p->start_at_line_beg = w->start_at_line_beg; |