diff options
| author | Joakim Verona | 2013-07-14 11:04:49 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-07-14 11:04:49 +0200 |
| commit | 0bb9bb0841d89fff09820a57369df4cb01b16b43 (patch) | |
| tree | 832bf9fa8415eef0ce464d22b3ee1300cfa90bb1 /src/terminal.c | |
| parent | 3718127221fbbc31f8ebd027ab7c95403dbe9118 (diff) | |
| parent | 3af1c8684ed6e48fbc21481d129e9aa164752c6e (diff) | |
| download | emacs-0bb9bb0841d89fff09820a57369df4cb01b16b43.tar.gz emacs-0bb9bb0841d89fff09820a57369df4cb01b16b43.zip | |
Merge branch 'trunk' into xwidget
Conflicts:
src/xdisp.c
Diffstat (limited to 'src/terminal.c')
| -rw-r--r-- | src/terminal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/terminal.c b/src/terminal.c index c99c39c64ae..c55fd4eb077 100644 --- a/src/terminal.c +++ b/src/terminal.c | |||
| @@ -199,11 +199,11 @@ ins_del_lines (struct frame *f, int vpos, int n) | |||
| 199 | 199 | ||
| 200 | /* Return the terminal object specified by TERMINAL. TERMINAL may be | 200 | /* Return the terminal object specified by TERMINAL. TERMINAL may be |
| 201 | a terminal object, a frame, or nil for the terminal device of the | 201 | a terminal object, a frame, or nil for the terminal device of the |
| 202 | current frame. If THROW is zero, return NULL for failure, | 202 | current frame. If THROW is false, return NULL for failure, |
| 203 | otherwise throw an error. */ | 203 | otherwise throw an error. */ |
| 204 | 204 | ||
| 205 | struct terminal * | 205 | struct terminal * |
| 206 | get_terminal (Lisp_Object terminal, int throw) | 206 | get_terminal (Lisp_Object terminal, bool throw) |
| 207 | { | 207 | { |
| 208 | struct terminal *result = NULL; | 208 | struct terminal *result = NULL; |
| 209 | 209 | ||