summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-07-19 12:46:02 +0800
committerPo Lu <luangruo@yahoo.com>2023-07-19 12:46:02 +0800
commitdb48c88e7ec4608e16255550c1141386c51663c4 (patch)
treea5139849475be6c94fc1c1334320a17c7a452616 /build-aux
parent69828fba2874e305079bf5f1a25834dbd620b2f3 (diff)
downloademacs-db48c88e7ec4608e16255550c1141386c51663c4.tar.gz
Update Android port
* build-aux/makecounter.sh (curcount): Rename `counter' to `emacs_shortlisp_counter'. * doc/emacs/input.texi (Touchscreens): Document `touch-screen-extend-selection'. * doc/lispref/commands.texi (Touchscreen Events): Document `touchscreen-restart-drag'. * lisp/touch-screen.el (touch-screen-extend-selection): New user option. (touch-screen-restart-drag): New function. (touch-screen-handle-point-update): Handle `restart-drag' gestures. (touch-screen-handle-touch): Check if the prerequisites for extending a previous drag gesture are met, and generate such events if so. (touch-screen-translate-touch): Update doc string. * src/Makefile.in (otherobj): Remove BUILD_COUNTER_OBJ. ($(lispsource)/international/charprop.el): (%.elc): Don't depend on bootstrap-emacs if cross configuring for Android. (libemacs.so): Directly depend on and link with BUILD_COUNTER_OBJ.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/makecounter.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/makecounter.sh b/build-aux/makecounter.sh
index 13ad5f485a2..3bebd288031 100755
--- a/build-aux/makecounter.sh
+++ b/build-aux/makecounter.sh
@@ -39,5 +39,5 @@ cat > $1 <<EOF
#ifdef EXPORT
EXPORT
#endif /* EXPORT */
-int counter = $curcount;
+int emacs_shortlisp_counter = $curcount;
EOF