diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 8b8434c13ad..d6881d42e15 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -242,6 +242,7 @@ message_dolog (m, len, nlflag) | |||
| 242 | 242 | ||
| 243 | oldbuf = current_buffer; | 243 | oldbuf = current_buffer; |
| 244 | Fset_buffer (Fget_buffer_create (build_string ("*Messages*"))); | 244 | Fset_buffer (Fget_buffer_create (build_string ("*Messages*"))); |
| 245 | current_buffer->undo_list = Qt; | ||
| 245 | oldpoint = PT; | 246 | oldpoint = PT; |
| 246 | oldbegv = BEGV; | 247 | oldbegv = BEGV; |
| 247 | oldzv = ZV; | 248 | oldzv = ZV; |