aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2000-08-26 05:56:50 +0000
committerKenichi Handa2000-08-26 05:56:50 +0000
commit1848e3a5ab0d8ee9461593f19793d7c4e982aca7 (patch)
treed55a4741363c91cd39f45a39488ca967e5cda810
parentd10dfeef97ac5f4d44e70a716fabdcbf7baf7869 (diff)
downloademacs-1848e3a5ab0d8ee9461593f19793d7c4e982aca7.tar.gz
emacs-1848e3a5ab0d8ee9461593f19793d7c4e982aca7.zip
(internal_self_insert): Delete '#ifdef HAVE_FACES' and
the corresponding '#endif'.
-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)
493 hairy = 2; 493 hairy = 2;
494 } 494 }
495 495
496#ifdef HAVE_FACES
497 /* If previous command specified a face to use, use it. */ 496 /* If previous command specified a face to use, use it. */
498 if (!NILP (Vself_insert_face) 497 if (!NILP (Vself_insert_face)
499 && EQ (current_kboard->Vlast_command, Vself_insert_face_command)) 498 && EQ (current_kboard->Vlast_command, Vself_insert_face_command))
@@ -502,7 +501,6 @@ internal_self_insert (c, noautofill)
502 Qface, Vself_insert_face, Qnil); 501 Qface, Vself_insert_face, Qnil);
503 Vself_insert_face = Qnil; 502 Vself_insert_face = Qnil;
504 } 503 }
505#endif
506 504
507 synt = SYNTAX (c); 505 synt = SYNTAX (c);
508 if ((synt == Sclose || synt == Smath) 506 if ((synt == Sclose || synt == Smath)