]> git.eshelyaron.com Git - emacs.git/commit
Facilitate locating the app library directory
authorPo Lu <luangruo@yahoo.com>
Sun, 23 Jul 2023 01:52:19 +0000 (09:52 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 23 Jul 2023 01:52:19 +0000 (09:52 +0800)
commit44910e26f32edbad9a5c063ecdfbb6a32a759752
treef45043e90420bccc2f9fa0c7606d2cc1d3eb14fc
parentbe70caa68f448438cd8170534220ca284d6a6930
Facilitate locating the app library directory

* doc/emacs/android.texi (Android File System): Document where
the app library directory can probably be found.
* src/android.c (android_create_lib_link): New function.  Try to
symlink `lib' in the directory holding the files directory to
the app library directory.
(setEmacsParams): Call that function if Emacs is being
initialized from an application context.
doc/emacs/android.texi
src/android.c