Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
14c114ae
Commit
14c114ae
authored
Jul 31, 2012
by
Jan Djärv
Browse files
* nsterm.m (openFiles): Fix previous checkin.
parent
3bd21e82
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/nsterm.m
src/nsterm.m
+1
-1
No files found.
src/ChangeLog
View file @
14c114ae
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.
...
...
src/nsterm.m
View file @
14c114ae
...
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment