From abd5747ed94ae15ca754f246cdfa5b51d3b2a497 Mon Sep 17 00:00:00 2001 From: Adrian Robert Date: Sun, 27 Sep 2009 15:48:30 +0000 Subject: [PATCH] (ns_app_name): New extern variable. --- src/nsterm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nsterm.h b/src/nsterm.h index 7e66ae2a7b6..9663051f8b7 100644 --- a/src/nsterm.h +++ b/src/nsterm.h @@ -318,6 +318,7 @@ along with GNU Emacs. If not, see . */ #endif /* NS_IMPL_COCOA */ extern NSArray *ns_send_types, *ns_return_types; +extern NSString *ns_app_name; extern EmacsMenu *mainMenu, *svcsMenu, *dockMenu; /* Apple removed the declaration, but kept the implementation */ -- 2.39.5