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, 0 insertions, 2 deletions
diff --git a/src/data.c b/src/data.c
index 095b740c1b2..81846b5dcbc 100644
--- a/src/data.c
+++ b/src/data.c
@@ -1275,8 +1275,6 @@ set_internal (Lisp_Object symbol, Lisp_Object newval, Lisp_Object where,
1275 default: emacs_abort (); 1275 default: emacs_abort ();
1276 } 1276 }
1277 1277
1278 maybe_set_redisplay (symbol);
1279
1280 start: 1278 start:
1281 switch (sym->redirect) 1279 switch (sym->redirect)
1282 { 1280 {