aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cmds.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmds.c b/src/cmds.c
index a9d4890c525..b3394c2fc4e 100644
--- a/src/cmds.c
+++ b/src/cmds.c
@@ -493,7 +493,6 @@ internal_self_insert (c, noautofill)
493 hairy = 2; 493 hairy = 2;
494 } 494 }
495 495
496#ifdef HAVE_FACES
497 /* If previous command specified a face to use, use it. */ 496 /* If previous command specified a face to use, use it. */
498 if (!NILP (Vself_insert_face) 497 if (!NILP (Vself_insert_face)
499 && EQ (current_kboard->Vlast_command, Vself_insert_face_command)) 498 && EQ (current_kboard->Vlast_command, Vself_insert_face_command))
@@ -502,7 +501,6 @@ internal_self_insert (c, noautofill)
502 Qface, Vself_insert_face, Qnil); 501 Qface, Vself_insert_face, Qnil);
503 Vself_insert_face = Qnil; 502 Vself_insert_face = Qnil;
504 } 503 }
505#endif
506 504
507 synt = SYNTAX (c); 505 synt = SYNTAX (c);
508 if ((synt == Sclose || synt == Smath) 506 if ((synt == Sclose || synt == Smath)