aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2003-11-03 05:55:42 +0000
committerJan Djärv2003-11-03 05:55:42 +0000
commitd04103a1003598b33a5e1248be47f6c427e09466 (patch)
treeb07498c62979defc7bbabe0a3f337c0529bec727 /src
parent462f94d5d4a0ed2b83ce0c3e3688ef890b017635 (diff)
downloademacs-d04103a1003598b33a5e1248be47f6c427e09466.tar.gz
emacs-d04103a1003598b33a5e1248be47f6c427e09466.zip
* xterm.c (x_term_init): Fix formatting.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/xterm.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e30f54ba66c..7f56e848050 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12003-11-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * xterm.c (x_term_init): Fix formatting.
4
12003-11-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 52003-11-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 6
3 * gtkutil.h: Declare xg_have_tear_offs, remove xg_keep_popup 7 * gtkutil.h: Declare xg_have_tear_offs, remove xg_keep_popup
diff --git a/src/xterm.c b/src/xterm.c
index 5b76ba84059..97553147bbb 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -10204,7 +10204,7 @@ x_term_init (display_name, xrm_option, resource_name)
10204 /* GTK 2.0 can only handle one display, GTK 2.2 can handle more 10204 /* GTK 2.0 can only handle one display, GTK 2.2 can handle more
10205 than one, but this remains to be implemented. */ 10205 than one, but this remains to be implemented. */
10206 if (x_initialized > 1) 10206 if (x_initialized > 1)
10207 error("Sorry, the GTK port can only handle one display."); 10207 error ("Sorry, the GTK port can only handle one display.");
10208 ++x_initialized; 10208 ++x_initialized;
10209 10209
10210 for (argc = 0; argc < NUM_ARGV; ++argc) 10210 for (argc = 0; argc < NUM_ARGV; ++argc)