Function: symbol-with-pos-pos

symbol-with-pos-pos is a function defined in data.c.

Signature

(symbol-with-pos-pos LS)

Documentation

Extract the position from a symbol with position.

View in manual

Source Code

// Defined in /usr/src/emacs/src/data.c
{
  /* Type checking is done in the following macro. */
  return SYMBOL_WITH_POS_POS (ls);
}