diff options
| author | Pavel Janík | 2001-12-29 22:21:10 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-12-29 22:21:10 +0000 |
| commit | f22d47851526845c8cfba3b58caefc12b43cec85 (patch) | |
| tree | 8a9cc5442632b7fda715ea032d76f792ae460807 /lib-src/emacstool.c | |
| parent | b5cb6072291a4cd2a174eab8c6ef451758de413c (diff) | |
| download | emacs-f22d47851526845c8cfba3b58caefc12b43cec85.tar.gz emacs-f22d47851526845c8cfba3b58caefc12b43cec85.zip | |
Remove trailing whitespaces.
Diffstat (limited to 'lib-src/emacstool.c')
| -rw-r--r-- | lib-src/emacstool.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/emacstool.c b/lib-src/emacstool.c index 4c859d15c8e..191deb95471 100644 --- a/lib-src/emacstool.c +++ b/lib-src/emacstool.c | |||
| @@ -464,10 +464,10 @@ int interpose_on_window (argc, argv) | |||
| 464 | 0); | 464 | 0); |
| 465 | 465 | ||
| 466 | /* Create a tty with emacs in it */ | 466 | /* Create a tty with emacs in it */ |
| 467 | tty_win = window_create (frame, TTY, | 467 | tty_win = window_create (frame, TTY, |
| 468 | TTY_QUIT_ON_CHILD_DEATH, TRUE, | 468 | TTY_QUIT_ON_CHILD_DEATH, TRUE, |
| 469 | TTY_BOLDSTYLE, TTYSW_BOLD_INVERT, | 469 | TTY_BOLDSTYLE, TTYSW_BOLD_INVERT, |
| 470 | TTY_ARGV, argv, | 470 | TTY_ARGV, argv, |
| 471 | 0); | 471 | 0); |
| 472 | 472 | ||
| 473 | if (bold_name) { | 473 | if (bold_name) { |