mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-17 00:30:37 -08:00
Spelling fixes
This commit is contained in:
parent
636461686f
commit
3dcac22dd4
47 changed files with 65 additions and 65 deletions
|
|
@ -137,7 +137,7 @@ public final class EmacsWindowManager
|
|||
/* Don't attach this window to CONSUMER if incompatible. */
|
||||
&& isWindowEligible (consumer, window))
|
||||
{
|
||||
/* Permantly bind this window to the consumer. */
|
||||
/* Permanently bind this window to the consumer. */
|
||||
window.attachmentToken = consumer.getAttachmentToken ();
|
||||
window.previouslyAttached = true;
|
||||
consumer.attachWindow (window);
|
||||
|
|
@ -166,7 +166,7 @@ public final class EmacsWindowManager
|
|||
if (consumer.getAttachedWindow () == null
|
||||
&& isWindowEligible (consumer, window))
|
||||
{
|
||||
/* Permantly bind this window to the consumer. */
|
||||
/* Permanently bind this window to the consumer. */
|
||||
window.attachmentToken = consumer.getAttachmentToken ();
|
||||
window.previouslyAttached = true;
|
||||
consumer.attachWindow (window);
|
||||
|
|
@ -186,7 +186,7 @@ public final class EmacsWindowManager
|
|||
intent.addFlags (Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
|
||||
/* Intent.FLAG_ACTIVITY_NEW_DOCUMENT is lamentably unavailable on
|
||||
older systems than Lolipop. */
|
||||
older systems than Lollipop. */
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP)
|
||||
{
|
||||
intent.addFlags (Intent.FLAG_ACTIVITY_NEW_DOCUMENT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue