1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00
emacs/java
Po Lu 24910d3f37 Fix crashes in Android port
* java/org/gnu/emacs/EmacsService.java (queryTree): Fix NULL
pointer dereference.
* src/android.c (android_query_tree): Set *nchildren_return.
2023-01-13 16:08:11 +08:00
..
org/gnu/emacs Fix crashes in Android port 2023-01-13 16:08:11 +08:00
AndroidManifest.xml.in Update Android port 2023-01-13 15:53:08 +08:00
debug.sh Update Android port 2023-01-13 15:53:08 +08:00
emacs.keystore
Makefile.in Update Android port 2023-01-13 15:53:08 +08:00
README

This directory holds the Java sources of the port of GNU Emacs to
Android-like systems.

Please keep the Java code indented with tabs and formatted according
to the rules for C code in the GNU coding standards.  Always use
C-style comments.