* nsterm.m (openFiles): Fix previous checkin.
This commit is contained in:
parent
3bd21e82eb
commit
14c114ae54
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue