diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-08-27 01:20:24 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-08-27 01:20:24 +0000 |
commit | 7b117d21671d6f9038809eb4a27e9f198fb9bbf6 (patch) | |
tree | 66c5fec50129c6628a27c1324ece64daf50596c9 /textproc/coco/files/patch-ob | |
parent | Minor changes: (diff) |
* Add Wnn7's clients (jvim, jvim3, kinput2, mule) and a library for
Wnn7 clients (Wnn7-lib). Notice the latter is modified from Wnn6-lib
by me and is not released from the Product company of Wnn7 (Omron
Software Co., Ltd).
* Modify master ports of the above ports according to adding these.
* [ports/editors/mule/pkg-descr] My English in pkg-descr was corrected
Submitted by: imp
Notes
Notes:
svn path=/head/; revision=46945
Diffstat (limited to 'textproc/coco/files/patch-ob')
-rw-r--r-- | textproc/coco/files/patch-ob | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/coco/files/patch-ob b/textproc/coco/files/patch-ob new file mode 100644 index 000000000000..9d512f97cc25 --- /dev/null +++ b/textproc/coco/files/patch-ob @@ -0,0 +1,12 @@ +--- lisp/wnn-egg.el.bak Mon Jul 16 04:37:50 2001 ++++ lisp/wnn-egg.el Mon Jul 16 04:42:05 2001 +@@ -606,6 +606,9 @@ + (defun is-wnn6-server () + (= (wnn-server-version) 61697)) + ++(defun is-wnn7-server () ++ (= (wnn-server-version) 61698)) ++ + (defun add-wnn-dict (dfile hfile priority dmode hmode &optional dpaswd hpaswd) + ; (open-wnn-if-disconnected) + (if (null (wnn-server-dict-add |