diff options
| author | Po Lu | 2023-09-24 18:19:38 +0800 |
|---|---|---|
| committer | Po Lu | 2023-09-24 18:19:54 +0800 |
| commit | 38cd3cb4330f2c18d01fa6aa7eb54623cecab522 (patch) | |
| tree | 57a123355350ca3213f9198512a2d4072021ea98 /java | |
| parent | 81c6569e654966c63f208013a4faf7ddb2a5d933 (diff) | |
| download | emacs-38cd3cb4330f2c18d01fa6aa7eb54623cecab522.tar.gz emacs-38cd3cb4330f2c18d01fa6aa7eb54623cecab522.zip | |
Update Android port
* java/org/gnu/emacs/EmacsSdk11Clipboard.java
(getClipboardData): Correct typo in comment.
* src/androidvfs.c (android_authority_open)
(android_saf_delete_document): Circumvent JNI dynamic method
dispatch.
Diffstat (limited to 'java')
| -rw-r--r-- | java/org/gnu/emacs/EmacsSdk11Clipboard.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/org/gnu/emacs/EmacsSdk11Clipboard.java b/java/org/gnu/emacs/EmacsSdk11Clipboard.java index b34753922b8..b8a43496b6d 100644 --- a/java/org/gnu/emacs/EmacsSdk11Clipboard.java +++ b/java/org/gnu/emacs/EmacsSdk11Clipboard.java | |||
| @@ -209,7 +209,7 @@ public final class EmacsSdk11Clipboard extends EmacsClipboard | |||
| 209 | 209 | ||
| 210 | Value is normally an array of three longs: the file descriptor, | 210 | Value is normally an array of three longs: the file descriptor, |
| 211 | the start offset of the data, and its length; length may be | 211 | the start offset of the data, and its length; length may be |
| 212 | AssetFileDescriptor.UNKOWN_LENGTH, meaning that the data extends | 212 | AssetFileDescriptor.UNKNOWN_LENGTH, meaning that the data extends |
| 213 | from that offset to the end of the file. | 213 | from that offset to the end of the file. |
| 214 | 214 | ||
| 215 | Do not use this function to open text targets; use `getClipboard' | 215 | Do not use this function to open text targets; use `getClipboard' |