diff options
| author | Jan Djärv | 2003-11-03 05:55:42 +0000 |
|---|---|---|
| committer | Jan Djärv | 2003-11-03 05:55:42 +0000 |
| commit | d04103a1003598b33a5e1248be47f6c427e09466 (patch) | |
| tree | b07498c62979defc7bbabe0a3f337c0529bec727 /src | |
| parent | 462f94d5d4a0ed2b83ce0c3e3688ef890b017635 (diff) | |
| download | emacs-d04103a1003598b33a5e1248be47f6c427e09466.tar.gz emacs-d04103a1003598b33a5e1248be47f6c427e09466.zip | |
* xterm.c (x_term_init): Fix formatting.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/xterm.c | 2 |
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 @@ | |||
| 1 | 2003-11-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xterm.c (x_term_init): Fix formatting. | ||
| 4 | |||
| 1 | 2003-11-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 5 | 2003-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) |