mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-31 17:30:54 -08:00
* 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 @@ 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue