diff options
author | anray <anray@FreeBSD.org> | 2006-04-02 02:04:33 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-04-02 02:04:33 +0800 |
commit | 9464fc59aa22774837b86fb79d402dc812837941 (patch) | |
tree | a1cba7e441395320ea32ff7f9ba49424ab6f303e /editors | |
parent | acc99e050cb53e719d0f745727d43a378b05d57f (diff) | |
download | freebsd-ports-gnome-9464fc59aa22774837b86fb79d402dc812837941.tar.gz freebsd-ports-gnome-9464fc59aa22774837b86fb79d402dc812837941.tar.zst freebsd-ports-gnome-9464fc59aa22774837b86fb79d402dc812837941.zip |
Remove unneeded patch.
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 |