Variable: symbols-with-pos-enabled

symbols-with-pos-enabled is a variable defined in data.c.

Value

nil

Documentation

If non-nil, a symbol with position ordinarily behaves as its bare symbol.

Bind this to non-nil in applications such as the byte compiler.

View in manual

Source Code

// Defined in /usr/src/emacs/src/data.c
  DEFVAR_BOOL ("symbols-with-pos-enabled", symbols_with_pos_enabled,
               doc: /* If non-nil, a symbol with position ordinarily behaves as its bare symbol.
Bind this to non-nil in applications such as the byte compiler.  */);