summaryrefslogtreecommitdiff
path: root/src/cmds.c
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2000-08-26 05:56:50 +0000
committerKenichi Handa <handa@m17n.org>2000-08-26 05:56:50 +0000
commit1848e3a5ab0d8ee9461593f19793d7c4e982aca7 (patch)
treed55a4741363c91cd39f45a39488ca967e5cda810 /src/cmds.c
parentd10dfeef97ac5f4d44e70a716fabdcbf7baf7869 (diff)
downloademacs-1848e3a5ab0d8ee9461593f19793d7c4e982aca7.tar.gz
(internal_self_insert): Delete '#ifdef HAVE_FACES' and
the corresponding '#endif'.
Diffstat (limited to 'src/cmds.c')
-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)
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)