aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorAndreas Schwab2008-07-08 11:54:10 +0000
committerAndreas Schwab2008-07-08 11:54:10 +0000
commit85cf8992283c76c866535e65757a35be00cd244d (patch)
tree7718fb571f133badf736ea945a0edbd631ed616c /src/xterm.c
parent4a00783e8e07d7487bce5041d0f9b22247268346 (diff)
downloademacs-85cf8992283c76c866535e65757a35be00cd244d.tar.gz
emacs-85cf8992283c76c866535e65757a35be00cd244d.zip
* fontset.h: Declare fontset_from_font. Don't declare
new_fontset_from_font and fontset_from_font_name. * xterm.c: Include "fontset.h". * Makefile.in (xterm.o): Update dependencies.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 9f3ce1a6608..57092c25859 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -84,6 +84,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
84#include "atimer.h" 84#include "atimer.h"
85#include "keymap.h" 85#include "keymap.h"
86#include "font.h" 86#include "font.h"
87#include "fontset.h"
87 88
88#ifdef USE_X_TOOLKIT 89#ifdef USE_X_TOOLKIT
89#include <X11/Shell.h> 90#include <X11/Shell.h>