aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2005-07-10 22:25:28 +0000
committerKaroly Lorentey <[email protected]>2005-07-10 22:25:28 +0000
commita4c6993d4a0ac128dcee76fe1e87f6cade1be410 (patch)
treebb505fff620e9a5fd1532be4b064cd3c4f7be13b /src/frame.c
parent3e6f836c7ba151a59a336e1bfa328d122c69c686 (diff)
Rename term_init to init_tty.
* src/term.c (term_init): Rename to init_tty. * src/dispextern.h (term_init): Rename to init_tty. * src/dispnew.c (init_display): Update. * src/frame.c (Fmake_terminal_frame): Update. * src/term.c (tty_setup_colors): Update comment. git-archimport-id: [email protected]/emacs--multi-tty--0--patch-381
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index 8ebcbc90b1..9f138390ac 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -736,7 +736,7 @@ affects all frames on the same terminal device. */)
type[SBYTES (tty_type)] = 0;
}
- d = term_init (name, type, 0); /* Errors are not fatal. */
+ d = init_tty (name, type, 0); /* Errors are not fatal. */
}
f = make_terminal_frame (d);