From 94c5b748fad40cb66e0c7b6f600c5bc1ac30ebff Mon Sep 17 00:00:00 2001 From: Andrey Slusar Date: Thu, 16 Mar 2006 08:15:32 +0000 Subject: - 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). --- editors/xemacs-devel-mule/files/patch-diagnose.el | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 editors/xemacs-devel-mule/files/patch-diagnose.el (limited to 'editors/xemacs-devel-mule/files/patch-diagnose.el') 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 -- cgit v1.2.3