comparison src/term.c @ 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 c016d82bf02b
comparison
equal deleted inserted replaced
83298:ed09a89e2b25 83299:4a6a96fe8480
2109 an error. */ 2109 an error. */
2110 2110
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;
2118 2118
2119 if (INTEGERP (display)) 2119 if (INTEGERP (display))