mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
4d3941fdc4
PR: ports/178413 Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com>
12 lines
312 B
EmacsLisp
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))
|
|
|
|
;;
|
|
;;
|