Mercurial > hg > xemacs-beta
diff lisp/diagnose.el @ 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 | 509d2981ffea |
children | 099851392ea7 |
line wrap: on
line diff
--- 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)