APPROVE COMMIT 21.5
This patch repairs a broken regexp and fixes show-memory-usage.
lisp/ChangeLog addition:
2006-03-12 Marcus Crestani <crestani(a)xemacs.org>
* diagnose.el (show-memory-usage): Fix regexp.
xemacs-21.5 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.7
diff -u -r1.7 diagnose.el
--- lisp/diagnose.el 25 Nov 2005 01:41:46 -0000 1.7
+++ lisp/diagnose.el 12 Mar 2006 07:18:41 -0000
@@ -142,7 +142,7 @@
(princ "\n")
(map-plist #'(lambda (stat num)
(when (string-match
- "\\(.*\\)-storage\\$"
+ "\\(.*\\)-storage$"
(symbol-name stat))
(incf total num)
(princ (format fmt
--
Marcus
Show replies by date