mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
* src/nsfns.m (ns_tooltip): Initialize.
This commit is contained in:
parent
9b92c13baa
commit
0fb0a4f376
2 changed files with 5 additions and 1 deletions
|
|
@ -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 @@ Lisp_Object Qfontsize;
|
|||
/* 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…
Add table
Add a link
Reference in a new issue