]> git.eshelyaron.com Git - emacs.git/commitdiff
(internal_self_insert): Delete '#ifdef HAVE_FACES' and
authorKenichi Handa <handa@m17n.org>
Sat, 26 Aug 2000 05:56:50 +0000 (05:56 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 26 Aug 2000 05:56:50 +0000 (05:56 +0000)
the corresponding '#endif'.

src/cmds.c

index a9d4890c5256d3750c1fe23ab1b4f9157be0cc25..b3394c2fc4ea12299045f1845599114f0db9cfb8 100644 (file)
@@ -493,7 +493,6 @@ internal_self_insert (c, noautofill)
        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 @@ internal_self_insert (c, noautofill)
                          Qface, Vself_insert_face, Qnil);
       Vself_insert_face = Qnil;
     }
-#endif
 
   synt = SYNTAX (c);
   if ((synt == Sclose || synt == Smath)