From 14c114ae549b8f682e8513f1379b671cd15b01ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Tue, 31 Jul 2012 07:56:36 +0200 Subject: [PATCH] * nsterm.m (openFiles): Fix previous checkin. --- src/ChangeLog | 4 ++++ src/nsterm.m | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index b22f12a53b4..37e3bf61897 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-07-31 Jan Djärv + + * nsterm.m (openFiles): Fix previous checkin. + 2012-07-31 Paul Eggert * indent.c (compute_motion): Remove unused local. diff --git a/src/nsterm.m b/src/nsterm.m index 4e181e9d1d2..d92ab8160c3 100644 --- a/src/nsterm.m +++ b/src/nsterm.m @@ -4477,7 +4477,7 @@ ns_term_shutdown (int sig) /* Don't open files from the command line, Cocoa parses the command line wrong anyway, --option value tries to open value if --option is the last option. */ - if (ns_ignore_open_file) + if (ns_do_open_file) { NSEnumerator *files = [fileList objectEnumerator]; NSString *file; -- 2.39.2