Variable: disable-ascii-optimization
disable-ascii-optimization is a variable defined in coding.c.
Value
nil
Documentation
If non-nil, Emacs does not optimize code decoder for ASCII files.
Internal use only. Remove after the experimental optimizer becomes stable.
Source Code
// Defined in /usr/src/emacs/src/coding.c
DEFVAR_BOOL ("disable-ascii-optimization", disable_ascii_optimization,
doc: /* If non-nil, Emacs does not optimize code decoder for ASCII files.
Internal use only. Remove after the experimental optimizer becomes stable. */);