comparison src/ChangeLog @ 37857:b3fd27aaa58d

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 21 May 2001 12:28:26 +0000
parents 25012435e865
children fc297b7bb8bb
comparison
equal deleted inserted replaced
37856:25012435e865 37857:b3fd27aaa58d
28 aliased symbol. 28 aliased symbol.
29 (let_shadows_buffer_binding_p): Check for variable aliases. 29 (let_shadows_buffer_binding_p): Check for variable aliases.
30 (set_internal): Simplify the test if SYMBOL is a constant. If 30 (set_internal): Simplify the test if SYMBOL is a constant. If
31 SYMBOL has a buffer-local value and is an alias, use the aliased 31 SYMBOL has a buffer-local value and is an alias, use the aliased
32 symbol instead. 32 symbol instead.
33 (syms_of_data): Initialze Qcyclic_variable_indirection and defsubr 33 (syms_of_data): Initialize Qcyclic_variable_indirection and defsubr
34 Sindirect_variable. 34 Sindirect_variable.
35 35
36 * bytecode.c (Fbyte_code) <varref>: Use SYMBOL_VALUE. 36 * bytecode.c (Fbyte_code) <varref>: Use SYMBOL_VALUE.
37 (Fbyte_code) <varset>: Simplify the test if symbol's value can be 37 (Fbyte_code) <varset>: Simplify the test if symbol's value can be
38 set directly. 38 set directly.