diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/nsfns.m | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2e9e19fd547..4245a1f0256 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-05-01 David Reitter <david.reitter@gmail.com> | ||
| 2 | |||
| 3 | * nsfns.m (ns_tooltip): Initialize. | ||
| 4 | |||
| 1 | 2013-04-28 Eli Zaretskii <eliz@gnu.org> | 5 | 2013-04-28 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * coding.c (decode_coding_gap): Don't remove the character before | 7 | * coding.c (decode_coding_gap): Don't remove the character before |
diff --git a/src/nsfns.m b/src/nsfns.m index 0d6d0e72835..0d9ebe0ef50 100644 --- a/src/nsfns.m +++ b/src/nsfns.m | |||
| @@ -88,7 +88,7 @@ Lisp_Object Qfontsize; | |||
| 88 | /* hack for OS X file panels */ | 88 | /* hack for OS X file panels */ |
| 89 | char panelOK = 0; | 89 | char panelOK = 0; |
| 90 | 90 | ||
| 91 | EmacsTooltip *ns_tooltip; | 91 | EmacsTooltip *ns_tooltip = nil; |
| 92 | 92 | ||
| 93 | /* Need forward declaration here to preserve organizational integrity of file */ | 93 | /* Need forward declaration here to preserve organizational integrity of file */ |
| 94 | Lisp_Object Fx_open_connection (Lisp_Object, Lisp_Object, Lisp_Object); | 94 | Lisp_Object Fx_open_connection (Lisp_Object, Lisp_Object, Lisp_Object); |