diff options
Diffstat (limited to 'java')
| -rw-r--r-- | java/org/gnu/emacs/EmacsInputConnection.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/org/gnu/emacs/EmacsInputConnection.java b/java/org/gnu/emacs/EmacsInputConnection.java index f8dce5dfa79..c3764a7b29f 100644 --- a/java/org/gnu/emacs/EmacsInputConnection.java +++ b/java/org/gnu/emacs/EmacsInputConnection.java | |||
| @@ -587,7 +587,7 @@ public final class EmacsInputConnection implements InputConnection | |||
| 587 | text = EmacsNative.getSurroundingText (windowHandle, beforeLength, | 587 | text = EmacsNative.getSurroundingText (windowHandle, beforeLength, |
| 588 | afterLength, flags); | 588 | afterLength, flags); |
| 589 | 589 | ||
| 590 | if (text != null) | 590 | if (EmacsService.DEBUG_IC && text != null) |
| 591 | Log.d (TAG, ("getSurroundingText: " | 591 | Log.d (TAG, ("getSurroundingText: " |
| 592 | + text.getSelectionStart () | 592 | + text.getSelectionStart () |
| 593 | + "," | 593 | + "," |