diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-03 00:15:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-03 00:15:02 +0000 |
commit | f53a04c335f471c16a0336d6c38d313c5fbf7f6e (patch) | |
tree | 0bcb549d871162a7bb53fcc7436910f7cac6cdb1 /japanese/diclookup-mule/files/patch-aa | |
parent | Separate emacs lisp files to another port (diclookup-mule). Applied (diff) |
Diclookup version 2.3.3, now as a separate port (from dserver). Client
machines can install this one only. It's also newer than what used
to be in the dserver port, benefitting some people with newer
dictionaries, such as Satoshi (that's me).
PR: 7471
Submitted by: MITA Yoshio <Yoshio.Mita@isen.fr>
Notes
Notes:
svn path=/head/; revision=12257
Diffstat (limited to 'japanese/diclookup-mule/files/patch-aa')
-rw-r--r-- | japanese/diclookup-mule/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/diclookup-mule/files/patch-aa b/japanese/diclookup-mule/files/patch-aa new file mode 100644 index 000000000000..8fe67e3198b0 --- /dev/null +++ b/japanese/diclookup-mule/files/patch-aa @@ -0,0 +1,11 @@ +--- diclookup-mule.el.orig Sun Aug 2 15:52:36 1998 ++++ diclookup-mule.el Sun Aug 2 15:52:47 1998 +@@ -2562,7 +2562,7 @@ + (set-process-coding-system + process od-no-conversion od-no-conversion) + (message "transferring sound data...") +- (setq rate (* rate 100)) ++ (setq rate (* rate 1000)) + (process-send-string + process + (concat "RIFF" |