summaryrefslogtreecommitdiff
path: root/japanese/lookup/files/patch-lisp_lookup-vars.el.in
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 22:14:07 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 22:14:07 +0000
commitf9d86cf02fe33bf6a8478d6bdcb7706d5cb877db (patch)
tree5d781dec4969d87592bb624042524bed70a0ed2d /japanese/lookup/files/patch-lisp_lookup-vars.el.in
parent79b1531ca2438411cf23cf30199ab7bcb2de13ef (diff)
downloadfreebsd-ports-f9d86cf02fe33bf6a8478d6bdcb7706d5cb877db.zip
Rename the rather surprising number of japanese/ patch-xy patches
to reflect the files they modify.
Diffstat (limited to 'japanese/lookup/files/patch-lisp_lookup-vars.el.in')
-rw-r--r--japanese/lookup/files/patch-lisp_lookup-vars.el.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/japanese/lookup/files/patch-lisp_lookup-vars.el.in b/japanese/lookup/files/patch-lisp_lookup-vars.el.in
new file mode 100644
index 000000000000..24ab23124c51
--- /dev/null
+++ b/japanese/lookup/files/patch-lisp_lookup-vars.el.in
@@ -0,0 +1,14 @@
+--- lisp/lookup-vars.el.in~ Sat Jun 17 09:55:39 2000
++++ lisp/lookup-vars.el.in Wed Jun 21 16:57:28 2000
+@@ -167,8 +167,9 @@
+ :type 'boolean
+ :group 'lookup-general-options)
+
+-(defcustom lookup-use-kakasi (or (locate-library "kakasi" nil exec-path)
+- (locate-library "kakasi.exe" nil exec-path))
++(defcustom lookup-use-kakasi (let ((load-path exec-path))
++ (or (locate-library "kakasi")
++ (locate-library "kakasi.exe")))
+ "*Non-nil を指定すると、いくつかの局面で KAKASI が利用される。
+ これは現在、具体的には日本語のデフォルトの検索語の切り出しに用いている。"
+ :type 'boolean