]> git.eshelyaron.com Git - emacs.git/commit
Use SYMBOL_VALUE/SET_SYMBOL_VALUE.
authorGerd Moellmann <gerd@gnu.org>
Mon, 21 May 2001 12:23:19 +0000 (12:23 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 21 May 2001 12:23:19 +0000 (12:23 +0000)
commit46938996a03bc65597a8d097f46588d279f0b87b
tree20bef918d2470bcdf378e3b566bc532d5a35b79c
parent612186c0100fc37530681d90413508a2cb7c4f3c
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