diff options
author | cjep <cjep@pkgsrc.org> | 2008-01-01 19:54:27 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2008-01-01 19:54:27 +0000 |
commit | 8c87e52fd306e5371b3ac8d2673491e584c39804 (patch) | |
tree | 58e12fc50425cf345d2767861abe3a6a53f3b76c /editors/mule-ucs | |
parent | e99667373d0acdc7da4b4559031eb25dc5c01f2e (diff) | |
download | pkgsrc-8c87e52fd306e5371b3ac8d2673491e584c39804.tar.gz |
Fix our lisp patch. I've checked building this package with both emacs20
and emacs21. Addresses PR#30131.
Diffstat (limited to 'editors/mule-ucs')
-rw-r--r-- | editors/mule-ucs/distinfo | 4 | ||||
-rw-r--r-- | editors/mule-ucs/patches/patch-aa | 8 |
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" |