emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109312: * nsterm.m (openFiles): Fix


From: Jan D.
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109312: * nsterm.m (openFiles): Fix previous checkin.
Date: Tue, 31 Jul 2012 07:56:36 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109312
committer: Jan D. <address@hidden>
branch nick: trunk
timestamp: Tue 2012-07-31 07:56:36 +0200
message:
  * nsterm.m (openFiles): Fix previous checkin.
modified:
  src/ChangeLog
  src/nsterm.m
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-07-31 05:07:03 +0000
+++ b/src/ChangeLog     2012-07-31 05:56:36 +0000
@@ -1,3 +1,7 @@
+2012-07-31  Jan Djärv  <address@hidden>
+
+       * nsterm.m (openFiles): Fix previous checkin.
+
 2012-07-31  Paul Eggert  <address@hidden>
 
        * indent.c (compute_motion): Remove unused local.

=== modified file 'src/nsterm.m'
--- a/src/nsterm.m      2012-07-30 20:10:31 +0000
+++ b/src/nsterm.m      2012-07-31 05:56:36 +0000
@@ -4477,7 +4477,7 @@
   /* 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;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]