diff options
| author | Adrian Robert | 2009-09-27 15:48:30 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-09-27 15:48:30 +0000 |
| commit | abd5747ed94ae15ca754f246cdfa5b51d3b2a497 (patch) | |
| tree | 88b97048dd5f423c70d35dd1b3d65e7568b0c993 | |
| parent | 3d9942648dc039c75f23c327e48e92450e514e09 (diff) | |
| download | emacs-abd5747ed94ae15ca754f246cdfa5b51d3b2a497.tar.gz emacs-abd5747ed94ae15ca754f246cdfa5b51d3b2a497.zip | |
(ns_app_name): New extern variable.
| -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/>. */ | |||
| 318 | #endif /* NS_IMPL_COCOA */ | 318 | #endif /* NS_IMPL_COCOA */ |
| 319 | 319 | ||
| 320 | extern NSArray *ns_send_types, *ns_return_types; | 320 | extern NSArray *ns_send_types, *ns_return_types; |
| 321 | extern NSString *ns_app_name; | ||
| 321 | extern EmacsMenu *mainMenu, *svcsMenu, *dockMenu; | 322 | extern EmacsMenu *mainMenu, *svcsMenu, *dockMenu; |
| 322 | 323 | ||
| 323 | /* Apple removed the declaration, but kept the implementation */ | 324 | /* Apple removed the declaration, but kept the implementation */ |