1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add 8bit-char file. (-ko)

This commit is contained in:
Jun Kuriyama 1998-12-16 10:47:03 +00:00
parent 73b2343d03
commit ec1868ab52
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15379

View File

@ -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)) ))))))))