summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-12-16 10:47:03 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-12-16 10:47:03 +0000
commitec1868ab521493e9fe975bf858116f36d94403c9 (patch)
treec517e0b23aca3fd1478eaea9f49de9a533ff79c6 /japanese
parent Create ports patches for patches found on ftp site maintained by (diff)
Add 8bit-char file. (-ko)
Notes
Notes: svn path=/head/; revision=15379
Diffstat (limited to 'japanese')
-rw-r--r--japanese/skk-jisyo/files/patch-db11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/skk-jisyo/files/patch-db b/japanese/skk-jisyo/files/patch-db
new file mode 100644
index 000000000000..06065cf987af
--- /dev/null
+++ b/japanese/skk-jisyo/files/patch-db
@@ -0,0 +1,11 @@
+--- lisp/skk-auto.el.orig Sat Oct 31 18:38:32 1998
++++ lisp/skk-auto.el Sat Oct 31 18:37:55 1998
+@@ -151,7 +151,7 @@
+ ;; key3 $B$ND9$$$b$N=g$K%=!<%H$7$FJV$9!#(B
+ (mapcar (function
+ (lambda (x) (cdr x)) )
+- (sort key-cand-alist
++ (sort (nreverse key-cand-alist)
+ (function (lambda (x y)
+ (string< (car y) (car x)) ))))))))
+