diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-03-16 08:15:32 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-03-16 08:15:32 +0000 |
commit | 94c5b748fad40cb66e0c7b6f600c5bc1ac30ebff (patch) | |
tree | 2556922d60a252781bc97def17ced435d871390f /editors/xemacs-devel-mule/files/patch-diagnose.el | |
parent | Add fixrtf, an utility that is intended for use with the (diff) |
- Update to 21.5-b25 "eggplant".
- Fix build with gtk support.
- Disable experimental features and add this features to WITH_EXPERIMENTAL
option(it's improve perfomance and stability in default build).
Notes
Notes:
svn path=/head/; revision=157388
Diffstat (limited to 'editors/xemacs-devel-mule/files/patch-diagnose.el')
-rw-r--r-- | editors/xemacs-devel-mule/files/patch-diagnose.el | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/editors/xemacs-devel-mule/files/patch-diagnose.el b/editors/xemacs-devel-mule/files/patch-diagnose.el new file mode 100644 index 000000000000..7d792952c410 --- /dev/null +++ b/editors/xemacs-devel-mule/files/patch-diagnose.el @@ -0,0 +1,17 @@ +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 |