Mercurial > emacs
changeset 5703:62dce9e0e175
Whitespace change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 30 Jan 1994 01:03:56 +0000 |
parents | 049d6b5848f6 |
children | a966bcdd01d0 |
files | src/buffer.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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. */