summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-01-30 01:03:56 +0000
committerRichard M. Stallman <rms@gnu.org>1994-01-30 01:03:56 +0000
commit2735b685b4ebb3f9e099916e58c0aef4a72e7095 (patch)
tree11070c76b087d6378513ebbc0bb733c0d93c90b2
parent87833fb6f9af580201603649a95e36c0cedc56d4 (diff)
downloademacs-2735b685b4ebb3f9e099916e58c0aef4a72e7095.tar.gz
Whitespace change.
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
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. */