comparison src/data.c @ 77909:a8753cac5703

(Fmake_local_variable): Delete stray semicolon.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 05 Jun 2007 00:25:19 +0000
parents 3d45362f1d38
children 53bf760678a9 26538bef5b74 4c726a40604c 648e6c714c7d
comparison
equal deleted inserted replaced
77908:e5fb6472b6db 77909:a8753cac5703
1573 XBUFFER_LOCAL_VALUE (newval)->frame = Qnil; 1573 XBUFFER_LOCAL_VALUE (newval)->frame = Qnil;
1574 XBUFFER_LOCAL_VALUE (newval)->found_for_buffer = 0; 1574 XBUFFER_LOCAL_VALUE (newval)->found_for_buffer = 0;
1575 XBUFFER_LOCAL_VALUE (newval)->found_for_frame = 0; 1575 XBUFFER_LOCAL_VALUE (newval)->found_for_frame = 0;
1576 XBUFFER_LOCAL_VALUE (newval)->check_frame = 0; 1576 XBUFFER_LOCAL_VALUE (newval)->check_frame = 0;
1577 XBUFFER_LOCAL_VALUE (newval)->cdr = tem; 1577 XBUFFER_LOCAL_VALUE (newval)->cdr = tem;
1578 SET_SYMBOL_VALUE (variable, newval);; 1578 SET_SYMBOL_VALUE (variable, newval);
1579 } 1579 }
1580 /* Make sure this buffer has its own value of symbol. */ 1580 /* Make sure this buffer has its own value of symbol. */
1581 tem = Fassq (variable, current_buffer->local_var_alist); 1581 tem = Fassq (variable, current_buffer->local_var_alist);
1582 if (NILP (tem)) 1582 if (NILP (tem))
1583 { 1583 {