]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 Jan 1994 01:03:56 +0000 (01:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 Jan 1994 01:03:56 +0000 (01:03 +0000)
src/buffer.c

index f69007c9d9612ec7dca42a59788cbe70ea80ff4a..72a05c16fe97ae6dcf3bb0323925b387461e3c6c 100644 (file)
@@ -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.  */