]> git.eshelyaron.com Git - emacs.git/commit
Better verify arguments to android-relinquish-directory-access
authorPo Lu <luangruo@yahoo.com>
Sun, 21 Apr 2024 13:11:22 +0000 (21:11 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 22 Apr 2024 18:36:13 +0000 (20:36 +0200)
commit8c118b9847196eed098a7611ee77f2b7124cd5a9
tree31622deefce4c1544d988504c18a522d9dee1377
parent80c7ce91cc0a35542ba485cf8cb5bc6dabac0169
Better verify arguments to android-relinquish-directory-access

* src/androidvfs.c (Fandroid_relinquish_directory_access):
Provide for NULL values from android_name_file and remote files.

* src/xdisp.c (decode_mode_spec): Don't intern file-remote-p.
(syms_of_xdisp) <Qfile_remote_p>: New defsym.

(cherry picked from commit 4773ecb93193495f141e5d60c0c5ded58eaa2c98)
src/androidvfs.c
src/xdisp.c