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
4acaaa2b
Commit
4acaaa2b
authored
Sep 18, 2009
by
Adrian Robert
Browse files
* nsfns.m (x-focus-frame): Activate the app first.
parent
cb8e527a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/ChangeLog
src/ChangeLog
+1
-0
src/nsfns.m
src/nsfns.m
+1
-0
No files found.
src/ChangeLog
View file @
4acaaa2b
...
...
@@ -20,6 +20,7 @@
* nsfns.m (x_get_string_resource): Ape just-previous changes to other
platform versions. Drop support for emacs-20-style face specs.
(x-close-connection): Drop PSFlush() under OS X.
(x-focus-frame): Activate the app first.
2009-09-17 Juanma Barranquero <lekktu@gmail.com>
...
...
src/nsfns.m
View file @
4acaaa2b
...
...
@@ -1365,6 +1365,7 @@ Turn the input menu (an NSMenu) into a lisp list for tracking on lisp side
{
EmacsView
*
view
=
FRAME_NS_VIEW
(
f
);
BLOCK_INPUT
;
[
NSApp
activateIgnoringOtherApps
:
YES
];
[[
view
window
]
makeKeyAndOrderFront
:
view
];
UNBLOCK_INPUT
;
}
...
...
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