Mercurial > hg > xemacs-beta
changeset 3320:a921f5f2aa11
[xemacs-hg @ 2006-03-31 08:39:09 by crestani]
* diagnose.el (show-mc-alloc-memory-usage): Rename buffer to
"mc-alloc memory usage" to avoid name clash with
show-memory-usage.
author | crestani |
---|---|
date | Fri, 31 Mar 2006 08:39:10 +0000 |
parents | 2f13ae1532db |
children | 4309d96fb8b7 |
files | lisp/ChangeLog lisp/diagnose.el |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Mar 30 23:10:38 2006 +0000 +++ b/lisp/ChangeLog Fri Mar 31 08:39:10 2006 +0000 @@ -1,3 +1,9 @@ +2006-03-31 Marcus Crestani <marcus.crestani@ub.uni-tuebingen.de> + + * diagnose.el (show-mc-alloc-memory-usage): Rename buffer to + "mc-alloc memory usage" to avoid name clash with + show-memory-usage. + 2006-03-26 Marcus Crestani <crestani@xemacs.org> * diagnose.el (show-gc-stats): Adjust format string, remove
--- a/lisp/diagnose.el Thu Mar 30 23:10:38 2006 +0000 +++ b/lisp/diagnose.el Fri Mar 31 08:39:10 2006 +0000 @@ -252,7 +252,7 @@ (free-plhs (fourth stats)) (globals (fifth stats)) (mc-malloced-bytes (sixth stats))) - (with-output-to-temp-buffer "*memory usage*" + (with-output-to-temp-buffer "*mc-alloc memory usage*" (flet ((print-used-plhs (text plhs) (let ((sum-n-pages 0) (sum-used-n-cells 0)