# HG changeset patch # User Kenichi Handa # Date 967269410 0 # Node ID af049ea731e5da0e74e77618994e713dafc23b77 # Parent 8a9141681d6a475eb1f4730b791a53a4bc4d4e4d (internal_self_insert): Delete '#ifdef HAVE_FACES' and the corresponding '#endif'. diff -r 8a9141681d6a -r af049ea731e5 src/cmds.c --- a/src/cmds.c Sat Aug 26 05:56:05 2000 +0000 +++ b/src/cmds.c Sat Aug 26 05:56:50 2000 +0000 @@ -493,7 +493,6 @@ hairy = 2; } -#ifdef HAVE_FACES /* If previous command specified a face to use, use it. */ if (!NILP (Vself_insert_face) && EQ (current_kboard->Vlast_command, Vself_insert_face_command)) @@ -502,7 +501,6 @@ Qface, Vself_insert_face, Qnil); Vself_insert_face = Qnil; } -#endif synt = SYNTAX (c); if ((synt == Sclose || synt == Smath)