# HG changeset patch # User Kenichi Handa # Date 929500412 0 # Node ID 0fc260dce9cda2f7ec4251a5eb1373fe042f3b9c # Parent fb28ec3f61c7b211666a0fd5fac3e77df9034f7e (syms_of_buffer): Don't make enable-multibyte-characters customizable. diff -r fb28ec3f61c7 -r 0fc260dce9cd src/buffer.c --- a/src/buffer.c Tue Jun 15 17:40:09 1999 +0000 +++ b/src/buffer.c Wed Jun 16 02:33:32 1999 +0000 @@ -4232,7 +4232,7 @@ DEFVAR_PER_BUFFER ("enable-multibyte-characters", ¤t_buffer->enable_multibyte_characters, make_number (-1), - "*Non-nil means the buffer contents are regarded as multi-byte characters.\n\ + "Non-nil means the buffer contents are regarded as multi-byte characters.\n\ Otherwise they are regarded as unibyte. This affects the display,\n\ file I/O and the behavior of various editing commands.\n\ \n\