]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Sun, 5 Mar 2023 06:53:12 +0000 (14:53 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 5 Mar 2023 06:53:12 +0000 (14:53 +0800)
commit0760d5cc985e449555a9b3879707e91f0d04111c
tree585bf9414cc45b22bb32e6cb86a8ff82360e9de8
parente0f400216121508632625701b60a50525bd34e9f
Update Android port

* etc/PROBLEMS: Document problem with default monospace font.
* src/fileio.c (check_mutable_filename): Check /content as well.
(Fcopy_file, Fdelete_directory_internal, Fdelete_file)
(Frename_file, Fadd_name_to_file, Fmake_symbolic_link)
(Fset_file_modes, Fset_file_times, Ffile_newer_than_file_p)
(write_region): Adjust accordingly.
(Fset_visited_file_modtime): Remove unnecessary restriction.
* src/filelock.c (make_lock_file_name): Don't interlock files
under /assets and /content.
* src/inotify.c (Finotify_add_watch): Fix typo.
etc/PROBLEMS
src/fileio.c
src/filelock.c
src/inotify.c