comparison README.multi-tty @ 83234:ad592995fd24

Trivial changes in x_create_tip_frame. * src/xfns.c (x_create_tip_frame): Copy color slot initialization safeguards from x-create-frame. Trivial doc update. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-274
author Karoly Lorentey <lorentey@elte.hu>
date Wed, 08 Dec 2004 23:58:40 +0000
parents d8738586aaec
children 7950b2b0a56a
comparison
equal deleted inserted replaced
83233:a2e7b2d1eb70 83234:ad592995fd24
374 374
375 ** Have a look at fatal_error_hook. 375 ** Have a look at fatal_error_hook.
376 376
377 ** Check if we got term-setup-hook right. 377 ** Check if we got term-setup-hook right.
378 378
379 ** I think tip_frame should be display-local.
380
381 ** Check display reference count handling in x_create_tip_frame.
382
379 ** make-frame does not correctly handle extra parameters in its 383 ** make-frame does not correctly handle extra parameters in its
380 argument: 384 argument:
381 385
382 (frame-parameter (make-frame (list (cons 'foobar 42))) 'foobar) 386 (frame-parameter (make-frame (list (cons 'foobar 42))) 'foobar)
383 => nil 387 => nil