+2013-03-20 Kenichi Handa <handa@gnu.org>
+
+ * coding.c (syms_of_coding): Initialize disable_ascii_optimization
+ to 1 (temporary workaround until a bug related to ASCII
+ optimization is fixed).
+
2013-03-18 Dmitry Antipov <dmantipov@yandex.ru>
* window.c (window_resize_check, window_resize_apply)
DEFVAR_BOOL ("disable-ascii-optimization", disable_ascii_optimization,
doc: /* If non-nil, Emacs does not optimize code decoder for ASCII files.
Internal use only. Removed after the experimental optimizer gets stable. */);
- disable_ascii_optimization = 0;
+ disable_ascii_optimization = 1;
DEFVAR_LISP ("translation-table-for-input", Vtranslation_table_for_input,
doc: /* Char table for translating self-inserting characters.