1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/japanese/skk-jisyo/files/patch-dd
Jun Kuriyama 9f9e9d2d50 japanese/skk-elisp:
Emacs-lisp frontend for the SKK Japanese-input software.
japanese/skk-jisyo:
  Jisyo (dictionary) file for the SKK Japanese-input software.
japanese/skk-tools:
  Jisyo-tools for the SKK Japanese-input software.
japanese/skkserv:
  Dictionary server for the SKK Japanese-input software.

PR:		ports/8705 (part of)
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>

Note:
  This PR cannot close until I commit japanese/skk meta-port
and take some tweaks.  Please wait.
1998-12-15 15:22:46 +00:00

11 lines
419 B
Plaintext

--- lisp/skk.el.orig Tue Feb 11 18:25:17 1997
+++ lisp/skk.el Sat Oct 31 18:40:40 1998
@@ -1736,6 +1736,7 @@
(while (looking-at "¡¼")
(skk-forward-char 1) )
(setq char (skk-what-char-type)) )
+ (skk-set-marker skk-henkan-end-point (point))
(cond ((eq char 'hirakana)
(skk-katakana-henkan arg) )
((eq char 'katakana)