summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjep <cjep>2008-01-01 19:54:27 +0000
committercjep <cjep>2008-01-01 19:54:27 +0000
commitca3da765c68702fdffa1ef3b08a464b683681a6e (patch)
tree58e12fc50425cf345d2767861abe3a6a53f3b76c
parent864764f25fd46f9d754c4f301de31f5155624675 (diff)
downloadpkgsrc-ca3da765c68702fdffa1ef3b08a464b683681a6e.tar.gz
Fix our lisp patch. I've checked building this package with both emacs20
and emacs21. Addresses PR#30131.
-rw-r--r--editors/mule-ucs/distinfo4
-rw-r--r--editors/mule-ucs/patches/patch-aa8
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/mule-ucs/distinfo b/editors/mule-ucs/distinfo
index d41c4c0cf40..4bdf62f65e3 100644
--- a/editors/mule-ucs/distinfo
+++ b/editors/mule-ucs/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 17:15:11 agc Exp $
+$NetBSD: distinfo,v 1.5 2008/01/01 19:54:27 cjep Exp $
SHA1 (Mule-UCS-0.84.tar.gz) = aa796d3d9cce8b3c444752e8a3fc74ecf3d76979
RMD160 (Mule-UCS-0.84.tar.gz) = 48ac2119998b8df052d5f8835de396f32e0337ab
Size (Mule-UCS-0.84.tar.gz) = 565222 bytes
-SHA1 (patch-aa) = 12ea72b6549e643c438171cc1ef2107d051e6ca6
+SHA1 (patch-aa) = 7e9a447fcbfa87b63fcdbfe5a49a2e3d1c99f0d4
SHA1 (patch-ab) = aff0bcad70ef62a32409cba3f6e2e052993617c3
diff --git a/editors/mule-ucs/patches/patch-aa b/editors/mule-ucs/patches/patch-aa
index c0ac3976340..15426f66496 100644
--- a/editors/mule-ucs/patches/patch-aa
+++ b/editors/mule-ucs/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.1 2003/03/14 01:26:41 uebayasi Exp $
+$NetBSD: patch-aa,v 1.2 2008/01/01 19:54:27 cjep Exp $
---- lisp/un-define.el.orig Tue Mar 6 14:41:38 2001
+--- lisp/un-define.el.orig 2001-03-06 22:41:38.000000000 +0000
+++ lisp/un-define.el
@@ -610,13 +610,21 @@ by calling post-read-conversion and pre-
@@ -26,8 +26,8 @@ $NetBSD: patch-aa,v 1.1 2003/03/14 01:26:41 uebayasi Exp $
+ (mucs-define-coding-system
+ (nth 0 y) (nth 1 y) (nth 2 y)
+ (nth 3 y) (nth 4 y) (nth 5 y) (nth 6 y))
-+ (coding-system-put (car y) 'alias-coding-systems (list (car x)))))
-+ (cdr x)))
++ (coding-system-put (car y) 'alias-coding-systems (list (car x))))
++ (cdr x))))
`((utf-8
(utf-8-unix
?u "UTF-8 coding system"