aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman1994-01-30 01:03:56 +0000
committerRichard M. Stallman1994-01-30 01:03:56 +0000
commit2735b685b4ebb3f9e099916e58c0aef4a72e7095 (patch)
tree11070c76b087d6378513ebbc0bb733c0d93c90b2 /src/buffer.c
parent87833fb6f9af580201603649a95e36c0cedc56d4 (diff)
downloademacs-2735b685b4ebb3f9e099916e58c0aef4a72e7095.tar.gz
emacs-2735b685b4ebb3f9e099916e58c0aef4a72e7095.zip
Whitespace change.
Diffstat (limited to 'src/buffer.c')
-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.")
1212 it is currently set up for. This is so that, if the 1212 it is currently set up for. This is so that, if the
1213 local is marked permanent, and we make it local again below, 1213 local is marked permanent, and we make it local again below,
1214 we don't lose the value. */ 1214 we don't lose the value. */
1215 XCONS (XCONS (tem)->car)->cdr = 1215 XCONS (XCONS (tem)->car)->cdr
1216 do_symval_forwarding (XCONS (XSYMBOL (sym)->value)->car); 1216 = do_symval_forwarding (XCONS (XSYMBOL (sym)->value)->car);
1217 /* Switch to the symbol's default-value alist entry. */ 1217 /* Switch to the symbol's default-value alist entry. */
1218 XCONS (tem)->car = tem; 1218 XCONS (tem)->car = tem;
1219 /* Mark it as current for the current buffer. */ 1219 /* Mark it as current for the current buffer. */