* nsterm.m (openFiles): Fix previous checkin.

This commit is contained in:
Jan Djärv 2012-07-31 07:56:36 +02:00
parent 3bd21e82eb
commit 14c114ae54
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
* nsterm.m (openFiles): Fix previous checkin.
2012-07-31 Paul Eggert <eggert@cs.ucla.edu>
* indent.c (compute_motion): Remove unused local.

View file

@ -4477,7 +4477,7 @@ - (void)application: sender openFiles: (NSArray *)fileList
/* 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;