]> git.eshelyaron.com Git - emacs.git/commitdiff
Set the current_buffer properly.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Thu, 24 Sep 2009 21:51:33 +0000 (23:51 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Thu, 24 Sep 2009 21:51:33 +0000 (23:51 +0200)
lisp/mail/rmail.el
src/thread.c

index 630c729703b1e4e1bafa11d8197f46eb02ff2d74..c03520753afa4fba054623f4861b7eaee161ea3a 100644 (file)
@@ -4291,7 +4291,7 @@ With prefix argument N moves forward N messages with these labels.
 
 ;;;***
 \f
-;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "93033f2136fcd111e2b52a116ff4cf29")
+;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "9f436f1c6b99e08f4d7c1827ec90b088")
 ;;; Generated autoloads from rmailmm.el
 
 (autoload 'rmail-mime "rmailmm" "\
index 47bf3f8839e07425b3080bf8b8adf1bfd0643e33..e83793ba765cdf884f94c766445f25d8c19cb764 100644 (file)
@@ -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