aboutsummaryrefslogtreecommitdiff
path: root/japanese/anthy
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2013-05-14 17:06:06 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2013-05-14 17:06:06 +0000
commit4d3941fdc4410c1913c11c73c738ea09dbc5a4d4 (patch)
tree42e50cb49c570764e60dda613eaa5c940385ddc4 /japanese/anthy
parent3efa67895e3da532532297f27219d5577b98f7fb (diff)
downloadports-4d3941fdc4410c1913c11c73c738ea09dbc5a4d4.tar.gz
ports-4d3941fdc4410c1913c11c73c738ea09dbc5a4d4.zip
Fix incompatibility of anthy.el with Emacs 24.
PR: ports/178413 Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com>
Notes
Notes: svn path=/head/; revision=318179
Diffstat (limited to 'japanese/anthy')
-rw-r--r--japanese/anthy/Makefile1
-rw-r--r--japanese/anthy/files/patch-src-util_anthy.el11
2 files changed, 12 insertions, 0 deletions
diff --git a/japanese/anthy/Makefile b/japanese/anthy/Makefile
index 95e4a354bbaf..0270b9297f5d 100644
--- a/japanese/anthy/Makefile
+++ b/japanese/anthy/Makefile
@@ -3,6 +3,7 @@
PORTNAME= anthy
PORTVERSION= 9100h
+PORTREVISION= 1
CATEGORIES= japanese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR= ${PORTNAME}/37536
diff --git a/japanese/anthy/files/patch-src-util_anthy.el b/japanese/anthy/files/patch-src-util_anthy.el
new file mode 100644
index 000000000000..5bea1f6d3173
--- /dev/null
+++ b/japanese/anthy/files/patch-src-util_anthy.el
@@ -0,0 +1,11 @@
+--- src-util/anthy.el.orig 2013-05-15 01:57:21.000000000 +0900
++++ src-util/anthy.el 2013-05-15 01:58:25.000000000 +0900
+@@ -892,7 +892,7 @@
+ ((event-matches-key-specifier-p event 'backspace) 8)
+ (t
+ (char-to-int (event-to-character event)))))
+- last-command-char))
++ last-command-event))
+
+ ;;
+ ;;