1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00

* src/nsfns.m (ns_tooltip): Initialize.

This commit is contained in:
David Reitter 2013-05-01 00:02:19 -07:00 committed by Glenn Morris
parent 9b92c13baa
commit 0fb0a4f376
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-05-01 David Reitter <david.reitter@gmail.com>
* nsfns.m (ns_tooltip): Initialize.
2013-04-28 Eli Zaretskii <eliz@gnu.org>
* coding.c (decode_coding_gap): Don't remove the character before

View File

@ -88,7 +88,7 @@ Updated by Christian Limpach (chris@nice.ch)
/* hack for OS X file panels */
char panelOK = 0;
EmacsTooltip *ns_tooltip;
EmacsTooltip *ns_tooltip = nil;
/* Need forward declaration here to preserve organizational integrity of file */
Lisp_Object Fx_open_connection (Lisp_Object, Lisp_Object, Lisp_Object);