Mercurial > emacs
diff src/cmds.c @ 31182:af049ea731e5
(internal_self_insert): Delete '#ifdef HAVE_FACES' and
the corresponding '#endif'.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Sat, 26 Aug 2000 05:56:50 +0000 |
| parents | 141820271eff |
| children | 42b7a798ff79 |
line wrap: on
line diff
--- 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)
