APPROVE COMMIT 21.5
Credits go to Adrian for suggesting this change.
lisp/ChangeLog addition:
2006-03-31 Marcus Crestani <marcus.crestani(a)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.
manual-xemacs-21.5-cvs source patch:
Diff command: cvs -q diff -u
Files affected: lisp/diagnose.el
Index: lisp/diagnose.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/diagnose.el,v
retrieving revision 1.9
diff -u -r1.9 diagnose.el
--- lisp/diagnose.el 28 Mar 2006 17:43:45 -0000 1.9
+++ lisp/diagnose.el 31 Mar 2006 06:37:56 -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)
--
Marcus