diff options
| -rw-r--r-- | src/nsterm.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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 <http://www.gnu.org/licenses/>.  */  #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 */ | 
