changeset 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 8a9141681d6a
children cb5d69bcd655
files src/cmds.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
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)