From 237852074a79c33ea908b72e1191d38bd62282c8 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 24 Sep 2009 23:51:33 +0200 Subject: [PATCH] Set the current_buffer properly. --- lisp/mail/rmail.el | 2 +- src/thread.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 630c729703b..c03520753af 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -4291,7 +4291,7 @@ With prefix argument N moves forward N messages with these labels. ;;;*** -;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "93033f2136fcd111e2b52a116ff4cf29") +;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "9f436f1c6b99e08f4d7c1827ec90b088") ;;; Generated autoloads from rmailmm.el (autoload 'rmail-mime "rmailmm" "\ diff --git a/src/thread.c b/src/thread.c index 47bf3f8839e..e83793ba765 100644 --- a/src/thread.c +++ b/src/thread.c @@ -194,6 +194,8 @@ thread_acquire_buffer (char *end, void *nb) new_buffer->owner = Qnil; else new_buffer->owner = get_current_thread (); + + current_buffer = new_buffer; } int -- 2.39.5