Fix typo in get_display.
authorKaroly Lorentey <lorentey@elte.hu>
Tue, 3 May 2005 01:53:39 +0000 (01:53 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Tue, 3 May 2005 01:53:39 +0000 (01:53 +0000)
* src/term.c (get_display): Fix typo.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-339

src/term.c

index 9c733a4..8aa3b39 100644 (file)
@@ -2111,7 +2111,7 @@ set_tty_color_mode (f, val)
 struct display *
 get_display (Lisp_Object display, int throw)
 {
-  Lisp_Object result = NULL;
+  struct display *result = NULL;
 
   if (NILP (display))
     display = selected_frame;