mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
7b117d2167
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
13 lines
385 B
Plaintext
13 lines
385 B
Plaintext
--- 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
|