From ec1868ab521493e9fe975bf858116f36d94403c9 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Wed, 16 Dec 1998 10:47:03 +0000 Subject: Add 8bit-char file. (-ko) --- japanese/skk-jisyo/files/patch-db | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 japanese/skk-jisyo/files/patch-db (limited to 'japanese') 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 の長いもの順にソートして返す。 + (mapcar (function + (lambda (x) (cdr x)) ) +- (sort key-cand-alist ++ (sort (nreverse key-cand-alist) + (function (lambda (x y) + (string< (car y) (car x)) )))))))) + -- cgit v1.2.3