summaryrefslogtreecommitdiff
path: root/japanese/anthy/files/patch-src-util_anthy.el
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/files/patch-src-util_anthy.el
parent- Update to 1.8.5. (diff)
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/files/patch-src-util_anthy.el')
-rw-r--r--japanese/anthy/files/patch-src-util_anthy.el11
1 files changed, 11 insertions, 0 deletions
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))
+
+ ;;
+ ;;