From: Eli Zaretskii Date: Sun, 29 Sep 2013 16:27:09 +0000 (+0300) Subject: Fix bug #15484 with link error in the --without-x configuration. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1427 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92e5298badf4683f345de10710b680bd1c302df5;p=emacs.git Fix bug #15484 with link error in the --without-x configuration. src/xdisp.c (get_next_display_element): Don't call face_for_font in a build configured --without-x. --- diff --git a/src/ChangeLog b/src/ChangeLog index 784388e4304..2bedb2997ac 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2013-09-29 Eli Zaretskii + + * xdisp.c (get_next_display_element): Don't call face_for_font in + a build configured --without-x. (Bug#15484) + 2013-09-29 Jan Djärv * window.c (calc_absolute_offset): #elif should be #elif defined. diff --git a/src/xdisp.c b/src/xdisp.c index 22ada204954..d348b1cc67e 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -6955,6 +6955,7 @@ get_next_display_element (struct it *it) } } +#ifdef HAVE_WINDOW_SYSTEM /* Adjust face id for a multibyte character. There are no multibyte character in unibyte text. */ if ((it->what == IT_CHARACTER || it->what == IT_COMPOSITION) @@ -6995,6 +6996,7 @@ get_next_display_element (struct it *it) it->face_id = FACE_FOR_CHAR (it->f, face, c, pos, it->string); } } +#endif /* HAVE_WINDOW_SYSTEM */ done: /* Is this character the last one of a run of characters with