diff options
| author | Karoly Lorentey | 2005-05-03 01:53:39 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-05-03 01:53:39 +0000 |
| commit | 2f420fa825c961636dd4d0cf183b919bc4fe457a (patch) | |
| tree | f69620f33cb7fd001bed7745d0deb62fe4c4be6e | |
| parent | 68bba4e4b3ced56b5608ee0495f94d24e7e3f40c (diff) | |
| download | emacs-2f420fa825c961636dd4d0cf183b919bc4fe457a.tar.gz emacs-2f420fa825c961636dd4d0cf183b919bc4fe457a.zip | |
Fix typo in get_display.
* src/term.c (get_display): Fix typo.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-339
| -rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index 9c733a46abb..8aa3b3969ee 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -2111,7 +2111,7 @@ set_tty_color_mode (f, val) | |||
| 2111 | struct display * | 2111 | struct display * |
| 2112 | get_display (Lisp_Object display, int throw) | 2112 | get_display (Lisp_Object display, int throw) |
| 2113 | { | 2113 | { |
| 2114 | Lisp_Object result = NULL; | 2114 | struct display *result = NULL; |
| 2115 | 2115 | ||
| 2116 | if (NILP (display)) | 2116 | if (NILP (display)) |
| 2117 | display = selected_frame; | 2117 | display = selected_frame; |