diff options
Diffstat (limited to 'src/nsfns.m')
-rw-r--r-- | src/nsfns.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nsfns.m b/src/nsfns.m index 887d6b10aa5..60d62310bb0 100644 --- a/src/nsfns.m +++ b/src/nsfns.m @@ -49,7 +49,6 @@ GNUstep port and post-20 update by Adrian Robert (arobert@cogsci.ucsd.edu) #include "macfont.h" #endif - #ifdef HAVE_NS static EmacsTooltip *ns_tooltip = nil; @@ -3125,7 +3124,6 @@ handlePanelKeys (NSSavePanel *panel, NSEvent *theEvent) ========================================================================== */ - void syms_of_nsfns (void) { @@ -3215,5 +3213,6 @@ Default is t. */); as_status = 0; as_script = Qnil; + staticpro (&as_script); as_result = 0; } |