]> git.eshelyaron.com Git - emacs.git/commit
Repair test failures stemming from Android merge
authorPo Lu <luangruo@yahoo.com>
Tue, 8 Aug 2023 12:20:02 +0000 (20:20 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 8 Aug 2023 12:20:39 +0000 (20:20 +0800)
commit2b67609c34051ceb0359675342f54e3ac9719840
tree93cdec56d5f0e1620edf75db7e8845ecc583d532
parent0c58350b310da6c3bff90aa0bbab7f5bb6efd456
Repair test failures stemming from Android merge

* lisp/kmacro.el (kmacro-step-edit-query)
(kmacro-step-edit-pre-command): Use `dummy-event' instead of
[nil] to continue a kbd macro; this is because nil now has a
function key map.
* src/androidfns.c (Fx_hide_tip): Allow calling this as a stub.
* src/fileio.c (Finsert_file_contents): In adherence to the
documentation, forbid supplying a BEG offset even for seekable
files, i.e. /dev/urandom on Linux kernel based systems.
lisp/kmacro.el
src/androidfns.c
src/fileio.c