changeset 83299:4a6a96fe8480

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
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 03 May 2005 01:53:39 +0000
parents ed09a89e2b25
children 6deb860255f3
files src/term.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/term.c	Tue May 03 01:49:33 2005 +0000
+++ b/src/term.c	Tue May 03 01:53:39 2005 +0000
@@ -2111,7 +2111,7 @@
 struct display *
 get_display (Lisp_Object display, int throw)
 {
-  Lisp_Object result = NULL;
+  struct display *result = NULL;
 
   if (NILP (display))
     display = selected_frame;