emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112432: * src/nsfns.m (ns_tooltip):


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112432: * src/nsfns.m (ns_tooltip): Initialize.
Date: Wed, 01 May 2013 00:02:19 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112432
author: David Reitter <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-05-01 00:02:19 -0700
message:
  * src/nsfns.m (ns_tooltip): Initialize.
modified:
  src/ChangeLog
  src/nsfns.m
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-04-28 18:21:01 +0000
+++ b/src/ChangeLog     2013-05-01 07:02:19 +0000
@@ -1,3 +1,7 @@
+2013-05-01  David Reitter  <address@hidden>
+
+       * nsfns.m (ns_tooltip): Initialize.
+
 2013-04-28  Eli Zaretskii  <address@hidden>
 
        * coding.c (decode_coding_gap): Don't remove the character before

=== modified file 'src/nsfns.m'
--- a/src/nsfns.m       2013-04-28 09:55:20 +0000
+++ b/src/nsfns.m       2013-05-01 07:02:19 +0000
@@ -88,7 +88,7 @@
 /* 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);


reply via email to

[Prev in Thread] Current Thread [Next in Thread]