summaryrefslogtreecommitdiff
path: root/editors/mule-ucs/patches
diff options
context:
space:
mode:
authorkei <kei@pkgsrc.org>2003-04-16 23:20:50 +0000
committerkei <kei@pkgsrc.org>2003-04-16 23:20:50 +0000
commit7522f43bb25063c2348d130e509c6e1ca8e56e74 (patch)
tree3eb1099dcc000eebfbbd01204171387ad714c4c8 /editors/mule-ucs/patches
parent4e8cc66f1c385b64e0477c0b8b6363d2e8343931 (diff)
downloadpkgsrc-7522f43bb25063c2348d130e509c6e1ca8e56e74.tar.gz
Pull in the diff against Mule-UCS-current and apply a part of it to
lisp/mucs-ccl.el to fix the bug which causes an error "Symbol's value as variable is void: progn" when evaluating "(require 'un-define)" or "(require 'jisx0213)". bump PKGREVISION to 3.
Diffstat (limited to 'editors/mule-ucs/patches')
-rw-r--r--editors/mule-ucs/patches/patch-ab18
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/mule-ucs/patches/patch-ab b/editors/mule-ucs/patches/patch-ab
new file mode 100644
index 00000000000..0947c647cba
--- /dev/null
+++ b/editors/mule-ucs/patches/patch-ab
@@ -0,0 +1,18 @@
+$NetBSD: patch-ab,v 1.1 2003/04/16 23:20:50 kei Exp $
+
+--- lisp/mucs-ccl.el.orig Thu Apr 17 01:50:50 2003
++++ lisp/mucs-ccl.el Thu Apr 17 01:52:12 2003
+@@ -639,10 +639,9 @@
+ (mucs-notify-embedment 'mucs-ccl-required name)
+ (setq ccl-pgm-list (cdr ccl-pgm-list)))
+ ; (message "MCCLREGFIN:%S" result)
+- `(progn
+- (setq mucs-ccl-facility-alist
+- (quote ,mucs-ccl-facility-alist))
+- ,@result)))
++ `((setq mucs-ccl-facility-alist
++ (quote ,mucs-ccl-facility-alist))
++ ,@result)))
+
+ ;;; Add hook for embedding translation informations to a package.
+ (add-hook 'mucs-package-definition-end-hook