Mercurial > emacs
changeset 45548:612208417377
C style fix.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 28 May 2002 01:15:09 +0000 |
parents | a227ea81fd67 |
children | 4f321c30b7da |
files | src/term.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/term.c Mon May 27 22:14:52 2002 +0000 +++ b/src/term.c Tue May 28 01:15:09 2002 +0000 @@ -1,5 +1,5 @@ /* Terminal control module for terminals described by TERMCAP - Copyright (C) 1985, 86, 87, 93, 94, 95, 98, 2000, 2001 + Copyright (C) 1985, 86, 87, 93, 94, 95, 98, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -1991,7 +1991,8 @@ capabilities in CAPS simultaneously, with foreground and background colors FG and BG. */ -int tty_capable_p (f, caps, fg, bg) +int +tty_capable_p (f, caps, fg, bg) struct frame *f; unsigned caps; unsigned long fg, bg;