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:
parent
9b92c13baa
commit
0fb0a4f376
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user