Variable: symbols-with-pos-enabled
symbols-with-pos-enabled is a variable defined in data.c.
Value
nil
Documentation
Non-nil when "symbols with position" can be used as symbols.
Bind this to non-nil in applications such as the byte compiler.
Source Code
// Defined in /usr/src/emacs/src/data.c
DEFVAR_BOOL ("symbols-with-pos-enabled", symbols_with_pos_enabled,
doc: /* Non-nil when "symbols with position" can be used as symbols.
Bind this to non-nil in applications such as the byte compiler. */);