diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-04-01 18:04:33 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-04-01 18:04:33 +0000 |
commit | 75ddb6ecf02b858efab080c581c6f899868ca304 (patch) | |
tree | 308a5527bc6fdfe9cd3ac19819e4d3fe4aa61189 /editors | |
parent | 3b7a911dd79fe60bf354af3d6b774c8550b6dc24 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-devel/files/patch-diagnose.el | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/editors/xemacs-devel/files/patch-diagnose.el b/editors/xemacs-devel/files/patch-diagnose.el deleted file mode 100644 index 7d792952c410..000000000000 --- a/editors/xemacs-devel/files/patch-diagnose.el +++ /dev/null @@ -1,17 +0,0 @@ -Index: lisp/diagnose.el -=================================================================== -RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/diagnose.el,v -retrieving revision 1.7 -retrieving revision 1.8 -diff -u -r1.7 -r1.8 ---- lisp/diagnose.el 2005/11/25 01:41:46 1.7 -+++ lisp/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 |