User: crestani
Date: 06/03/12 10:10:49
Modified: xemacs/lisp ChangeLog diagnose.el
Log:
Fix regexp.
Revision Changes Path
1.725 +4 -0 XEmacs/xemacs/lisp/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/ChangeLog,v
retrieving revision 1.724
retrieving revision 1.725
diff -u -p -r1.724 -r1.725
--- ChangeLog 2006/02/26 14:29:08 1.724
+++ ChangeLog 2006/03/12 09:10:35 1.725
@@ -1,3 +1,7 @@
+2006-03-12 Marcus Crestani <crestani(a)xemacs.org>
+
+ * diagnose.el (show-memory-usage): Fix regexp.
+
2006-02-26 Mike Sperber <mike(a)xemacs.org>
* lisp-mode.el (lisp-send-defun): Remove this function; the
1.8 +1 -1 XEmacs/xemacs/lisp/diagnose.el
Index: diagnose.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/diagnose.el,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- diagnose.el 2005/11/25 01:41:46 1.7
+++ diagnose.el 2006/03/12 09:10:39 1.8
@@ -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
Show replies by date