From: Richard M. Stallman Date: Sun, 30 Jan 1994 01:03:56 +0000 (+0000) Subject: Whitespace change. X-Git-Tag: emacs-19.34~10148 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2735b685b4ebb3f9e099916e58c0aef4a72e7095;p=emacs.git Whitespace change. --- diff --git a/src/buffer.c b/src/buffer.c index f69007c9d96..72a05c16fe9 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1212,8 +1212,8 @@ a non-nil `permanent-local' property are not eliminated by this function.") 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. */