]> git.eshelyaron.com Git - emacs.git/commit
Fix visiting and saving writable content provider files
authorPo Lu <luangruo@yahoo.com>
Fri, 3 Mar 2023 08:00:27 +0000 (16:00 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 3 Mar 2023 08:00:27 +0000 (16:00 +0800)
commit48b5a770f247d8c027d209ce941767ab5a7d139d
treeff949299198d97cf60c8b2acb0226302e6a512f4
parent4354a3b699fde5d8460b5d3f01a762ad419bea00
Fix visiting and saving writable content provider files

* java/org/gnu/emacs/EmacsService.java (checkContentUri):
Improve debug output.
* lisp/files.el (basic-save-buffer): Check whether or not file
itself exists before checking for the existence of the directory
containing it.
* src/android.c (android_open): Don't forget to set errno after
open_content_uri fails.
java/org/gnu/emacs/EmacsService.java
lisp/files.el
src/android.c