diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-12-29 22:21:10 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-12-29 22:21:10 +0000 |
commit | f22d47851526845c8cfba3b58caefc12b43cec85 (patch) | |
tree | 8a9cc5442632b7fda715ea032d76f792ae460807 /lib-src | |
parent | b5cb6072291a4cd2a174eab8c6ef451758de413c (diff) | |
download | emacs-f22d47851526845c8cfba3b58caefc12b43cec85.tar.gz emacs-f22d47851526845c8cfba3b58caefc12b43cec85.tar.bz2 emacs-f22d47851526845c8cfba3b58caefc12b43cec85.zip |
Remove trailing whitespaces.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/digest-doc.c | 2 | ||||
-rw-r--r-- | lib-src/emacstool.c | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib-src/digest-doc.c b/lib-src/digest-doc.c index f2584b2780a..24d1348b0ee 100644 --- a/lib-src/digest-doc.c +++ b/lib-src/digest-doc.c @@ -19,7 +19,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - + See also sorted-doc.c, which produces similar output but in texinfo format and sorted by function/variable name. */ 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) 0); /* Create a tty with emacs in it */ - tty_win = window_create (frame, TTY, - TTY_QUIT_ON_CHILD_DEATH, TRUE, + tty_win = window_create (frame, TTY, + TTY_QUIT_ON_CHILD_DEATH, TRUE, TTY_BOLDSTYLE, TTYSW_BOLD_INVERT, - TTY_ARGV, argv, + TTY_ARGV, argv, 0); if (bold_name) { |