]> git.eshelyaron.com Git - emacs.git/commitdiff
* nsterm.m (openFiles): Fix previous checkin.
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 31 Jul 2012 05:56:36 +0000 (07:56 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 31 Jul 2012 05:56:36 +0000 (07:56 +0200)
src/ChangeLog
src/nsterm.m

index b22f12a53b49d42035a0cb6581d12324b5c94131..37e3bf61897b52c366b4138b76a8728fbf82c810 100644 (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.
index 4e181e9d1d28243121cf0d0d9bde2060629cb432..d92ab8160c354ef862110aa8611ce52ee20f4833 100644 (file)
@@ -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;