1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/japanese/anthy/files/patch-src-util_anthy.el
MANTANI Nobutaka 4d3941fdc4 Fix incompatibility of anthy.el with Emacs 24.
PR:		ports/178413
Submitted by:	Yuichiro NAITO <naito.yuichiro@gmail.com>
2013-05-14 17:06:06 +00:00

12 lines
312 B
EmacsLisp

--- 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))
;;
;;