/[emacs]/emacs/src/keymap.c
ViewVC logotype

Diff of /emacs/src/keymap.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.258.2.3 by fx, Wed Jul 3 22:01:54 2002 UTC revision 1.258.2.4 by fx, Tue Jul 30 11:35:28 2002 UTC
# Line 2024  push_key_description (c, p, force_multib Line 2024  push_key_description (c, p, force_multib
2024      {      {
2025        *p++ = c;        *p++ = c;
2026      }      }
2027    else if (CHARACTERP (c))    else if (CHARACTERP (make_number (c)))
2028      {      {
2029        if (NILP (current_buffer->enable_multibyte_characters))        if (NILP (current_buffer->enable_multibyte_characters))
2030          *p++ = multibyte_char_to_unibyte (c, Qnil);          *p++ = multibyte_char_to_unibyte (c, Qnil);

Legend:
Removed from v.1.258.2.3  
changed lines
  Added in v.1.258.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26