]> code.delx.au - gnu-emacs/commit
Avoid aborts when keyboard-coding-system is raw-text (Bug#19532)
authorEli Zaretskii <eliz@gnu.org>
Sat, 31 Jan 2015 18:48:53 +0000 (20:48 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 31 Jan 2015 18:48:53 +0000 (20:48 +0200)
commita2c32b0cfc9f6d3410e2832d8ea0d4f1df576d1e
treec2c1167bcd193c53c7293d77b5eb3210c33399ef
parent080b9b56c99cfdfa286fb6b8c3099626688dc8ae
Avoid aborts when keyboard-coding-system is raw-text  (Bug#19532)

 src/coding.c (raw_text_coding_system_p): New function.
 src/keyboard.c (read_decoded_event_from_main_queue): Use it when the
 keyboard coding-system is 'raw-text'.
 src/coding.h (raw_text_coding_system_p): Add prototype.
src/ChangeLog
src/coding.c
src/coding.h
src/keyboard.c