aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index 34896fe980b..23b15d0081f 100644
--- a/src/data.c
+++ b/src/data.c
@@ -1363,7 +1363,7 @@ From now on the default value will apply in this buffer.")
1363 if (current_buffer == XBUFFER (*pvalbuf)) 1363 if (current_buffer == XBUFFER (*pvalbuf))
1364 { 1364 {
1365 *pvalbuf = Qnil; 1365 *pvalbuf = Qnil;
1366 Fsymbol_value(variable); 1366 find_symbol_value (variable);
1367 } 1367 }
1368 } 1368 }
1369 1369