# HG changeset patch # User Richard M. Stallman # Date 759891836 0 # Node ID 62dce9e0e1750f551a25f433001336aed47b8078 # Parent 049d6b5848f637395278b44a555afc73cce4d13f Whitespace change. diff -r 049d6b5848f6 -r 62dce9e0e175 src/buffer.c --- a/src/buffer.c Sun Jan 30 00:50:32 1994 +0000 +++ b/src/buffer.c Sun Jan 30 01:03:56 1994 +0000 @@ -1212,8 +1212,8 @@ it is currently set up for. This is so that, if the local is marked permanent, and we make it local again below, we don't lose the value. */ - XCONS (XCONS (tem)->car)->cdr = - do_symval_forwarding (XCONS (XSYMBOL (sym)->value)->car); + XCONS (XCONS (tem)->car)->cdr + = do_symval_forwarding (XCONS (XSYMBOL (sym)->value)->car); /* Switch to the symbol's default-value alist entry. */ XCONS (tem)->car = tem; /* Mark it as current for the current buffer. */