emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r111831: * sheap.c (report_sheap_


From: Ken Brown
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r111831: * sheap.c (report_sheap_usage): Use message, not message1, so
Date: Wed, 20 Feb 2013 16:16:30 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

On 2/20/2013 4:02 PM, Stefan Monnier wrote:
-  message1 (buf);
+  /* Don't change this call to message1! message1 can log
+     messages, and at this point, we're not allowed to create
+     buffers.  */
+  message ("%s", buf);
Thanks for finding it.  Can you check if
message1_nolog (buf);
works as well?
Works for me.

Thanks, installed,


+  message1_nolog ("%s", buf);

This should be

     message1_nolog (buf);

Ken



reply via email to

[Prev in Thread] Current Thread [Next in Thread]