]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Sat, 2 Sep 2023 01:28:50 +0000 (09:28 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 2 Sep 2023 01:30:05 +0000 (09:30 +0800)
commitdc1ed3dbfa012a44d65a87d22f510a71474d8123
tree96aa3c38aa5e42bc6a23ef94e22a865d2e198623
parent0346bf419a34a0ef7034483176e54727e796e32a
Update Android port

* lisp/touch-screen.el (touch-screen-handle-point-up) <held>:
Treat `held' as `drag' as well.

* src/android.c (android_is_special_directory): Return bool
rather than a pointer to the remainder of the file name, given
that said pointer is never used.

* src/android.h (android_is_special_directory): Modify
correspondingly.
lisp/touch-screen.el
src/android.c
src/android.h