[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/android updated (e88730a4b43 -> ce440ae92cd)
From: |
Po Lu |
Subject: |
feature/android updated (e88730a4b43 -> ce440ae92cd) |
Date: |
Fri, 17 Feb 2023 20:40:01 -0500 (EST) |
oldosfan pushed a change to branch feature/android.
from e88730a4b43 Work around race condition bug in Android 13's input
manager
adds d5bf26f488b Move side-effect-free and pure declarations to function
definitions
adds dabd7feb950 ; Fix previous change
adds a5ad897b35f Use substitute-command-keys more in Calc help
adds fcf2f7aeada Make the byte compiler give correct warning positions
in eval-and-compile
adds b37cb465fe0 ; Adjust limit for eclipse in calendar; rename a
function
adds 2c7e87c73a9 Use more recent public_suffix_list.dat where possible
new ce440ae92cd Merge remote-tracking branch 'origin/master' into
feature/android
Summary of changes:
lisp/calc/calc-ext.el | 5 +-
lisp/calc/calc-help.el | 238 +++++++++++++++++++-------------------
lisp/calc/calc-misc.el | 44 +++----
lisp/calc/calc.el | 8 +-
lisp/calendar/lunar.el | 23 ++--
lisp/custom.el | 1 +
lisp/emacs-lisp/byte-opt.el | 57 ++++-----
lisp/emacs-lisp/bytecomp.el | 7 +-
lisp/emacs-lisp/lisp.el | 1 +
lisp/emacs-lisp/regexp-opt.el | 1 +
lisp/env.el | 1 +
lisp/simple.el | 5 +-
lisp/subr.el | 24 +++-
lisp/url/url-domsuf.el | 22 +++-
lisp/window.el | 9 ++
test/lisp/calendar/lunar-tests.el | 6 +-
test/lisp/url/url-domsuf-tests.el | 4 +
17 files changed, 253 insertions(+), 203 deletions(-)
- feature/android updated (e88730a4b43 -> ce440ae92cd),
Po Lu <=