diff src/mule-coding.c @ 114:8619ce7e4c50 r20-1b9

Import from CVS: tag r20-1b9
author cvs
date Mon, 13 Aug 2007 09:21:54 +0200
parents fe104dbd9147
children cca96a509cfe
line wrap: on
line diff
--- a/src/mule-coding.c	Mon Aug 13 09:20:50 2007 +0200
+++ b/src/mule-coding.c	Mon Aug 13 09:21:54 2007 +0200
@@ -74,6 +74,8 @@
 
 Lisp_Object Vcoding_system_hashtable;
 
+int enable_multibyte_characters;
+
 /* Additional information used by the ISO2022 decoder and detector. */
 struct iso2022_decoder
 {
@@ -4724,6 +4726,15 @@
 Coding system used to convert pathnames when accessing files.
 */ );
   Vpathname_coding_system = Qnil;
+
+  DEFVAR_BOOL ("enable-multibyte-characters", &enable_multibyte_characters /*
+Non-nil means the buffer contents are regarded as multi-byte form
+of characters, not a binary code.  This affects the display, file I/O,
+and behaviors of various editing commands.
+
+Setting this to nil does not do anything.
+*/ );
+  enable_multibyte_characters = 1;
 }
 
 void