From: Glenn Morris Date: Sun, 14 Oct 2007 02:49:58 +0000 (+0000) Subject: Comment. X-Git-Tag: emacs-pretest-23.0.90~10338 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cedb4d8bb7691e6e1a2cbe16b98ca765fe988f83;p=emacs.git Comment. --- diff --git a/src/xfns.c b/src/xfns.c index e3ce2220e73..1ca39d35d66 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -4947,6 +4947,9 @@ x_create_tip_frame (dpyinfo, parms, text) Fmodify_frame_parameters (frame, Fcons (Fcons (intern ("tooltip"), Qt), Qnil)); + /* FIXME - can this be done in a similar way to normal frames? + http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg00641.html */ + /* Set the `display-type' frame parameter before setting up faces. */ { Lisp_Object disptype;