# HG changeset patch # User crestani # Date 1143794350 0 # Node ID a921f5f2aa115fead1f884f05c52e90704afd336 # Parent 2f13ae1532dbb36918ceff1dcb5f239c7a0c492c [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. diff -r 2f13ae1532db -r a921f5f2aa11 lisp/ChangeLog --- 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 + + * 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 * diagnose.el (show-gc-stats): Adjust format string, remove diff -r 2f13ae1532db -r a921f5f2aa11 lisp/diagnose.el --- 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)