Use SYMBOL_VALUE/SET_SYMBOL_VALUE.
authorGerd Moellmann <gerd@gnu.org>
Fri, 5 Oct 2001 09:44:50 +0000 (09:44 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 5 Oct 2001 09:44:50 +0000 (09:44 +0000)
commitf35d5badef50cfed221dfb94bb5868af3607d39e
treee6c40637ad998260e30016db0a99e34e8e717c9f
parentcf29bf99c77d733e39d5b12d8555d6c2edc544b6
Use SYMBOL_VALUE/SET_SYMBOL_VALUE.
(Qcyclic_variable_indirection): New variable.
(Fkeywordp): Check for internedness differently.
(Fmakunbound): Simplify the test if symbol is a constant.
(indirect_variable, Findirect_variable): New functions.
(swap_in_symval_forwarding): If SYMBOL is an alias, use the
aliased symbol.
(let_shadows_buffer_binding_p): Check for variable aliases.
(set_internal): Simplify the test if SYMBOL is a constant.  If
SYMBOL has a buffer-local value and is an alias, use the aliased
symbol instead.
(syms_of_data): Initialze Qcyclic_variable_indirection and defsubr
Sindirect_variable.
src/data.c