forked from pool/anthy
ebb7a4f105
- Fix breakage on GNU Emacs on openSUSE 13.1 (bnc#849211) OBS-URL: https://build.opensuse.org/request/show/205979 OBS-URL: https://build.opensuse.org/package/show/M17N/anthy?expand=0&rev=22
16 lines
317 B
Diff
16 lines
317 B
Diff
---
|
|
src-util/anthy.el | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/src-util/anthy.el
|
|
+++ b/src-util/anthy.el
|
|
@@ -892,7 +892,7 @@
|
|
((equal event (character-to-event 'backspace)) 8)
|
|
(t
|
|
(char-to-int (event-to-character event)))))
|
|
- last-command-char))
|
|
+ last-command-event))
|
|
|
|
;;
|
|
;;
|