Function: semantic-buffer-local-value

semantic-buffer-local-value is a function alias for buffer-local-value, defined in buffer.c.

This function is obsolete since 27.1; use buffer-local-value instead.

Signature

(semantic-buffer-local-value VARIABLE BUFFER)

Documentation

Return the value of VARIABLE in BUFFER.

If VARIABLE does not have a buffer-local binding in BUFFER, the value is the default binding of the variable.

Aliases

semantic-buffer-local-value (obsolete since 27.1)