aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2023-01-16 19:50:42 +0800
committerPo Lu2023-01-16 19:50:42 +0800
commit23845804a2044be284a6223fc4b8d2779d0a7cc1 (patch)
tree33d4543a3a2188d66026a9d664a094738e15a3d3 /src
parentad59d8986aee4498c0427449e024341d1a195a2d (diff)
parentbb679244152dddd9949ca065aa6617457f7a7144 (diff)
downloademacs-23845804a2044be284a6223fc4b8d2779d0a7cc1.tar.gz
emacs-23845804a2044be284a6223fc4b8d2779d0a7cc1.zip
Merge remote-tracking branch 'origin/master' into feature/android
Diffstat (limited to 'src')
-rw-r--r--src/ccl.c2
-rw-r--r--src/keyboard.c2
-rw-r--r--src/regex-emacs.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ccl.c b/src/ccl.c
index c92684f4bc7..6e780ef9f0c 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -1987,7 +1987,7 @@ ccl_get_compiled_code (Lisp_Object ccl_prog, ptrdiff_t *idx)
1987/* Setup fields of the structure pointed by CCL appropriately for the 1987/* Setup fields of the structure pointed by CCL appropriately for the
1988 execution of CCL program CCL_PROG. CCL_PROG is the name (symbol) 1988 execution of CCL program CCL_PROG. CCL_PROG is the name (symbol)
1989 of the CCL program or the already compiled code (vector). 1989 of the CCL program or the already compiled code (vector).
1990 Return true iff successful. 1990 Return true if successful.
1991 1991
1992 If CCL_PROG is nil, just reset the structure pointed by CCL. */ 1992 If CCL_PROG is nil, just reset the structure pointed by CCL. */
1993bool 1993bool
diff --git a/src/keyboard.c b/src/keyboard.c
index 306fea354e2..990b5307f14 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -10128,7 +10128,7 @@ read_key_sequence (Lisp_Object *keybuf, Lisp_Object prompt,
10128 10128
10129 if (/* first_unbound < indec.start && first_unbound < fkey.start && */ 10129 if (/* first_unbound < indec.start && first_unbound < fkey.start && */
10130 first_unbound < keytran.start) 10130 first_unbound < keytran.start)
10131 { /* The prefix upto first_unbound has no binding and has 10131 { /* The prefix up to first_unbound has no binding and has
10132 no translation left to do either, so we know it's unbound. 10132 no translation left to do either, so we know it's unbound.
10133 If we don't stop now, we risk staying here indefinitely 10133 If we don't stop now, we risk staying here indefinitely
10134 (if the user keeps entering fkey or keytran prefixes 10134 (if the user keeps entering fkey or keytran prefixes
diff --git a/src/regex-emacs.c b/src/regex-emacs.c
index 6b2fa5df037..2dca0d16ad9 100644
--- a/src/regex-emacs.c
+++ b/src/regex-emacs.c
@@ -223,7 +223,7 @@ typedef enum
223 is followed by a range table: 223 is followed by a range table:
224 2 bytes of flags for character sets (low 8 bits, high 8 bits) 224 2 bytes of flags for character sets (low 8 bits, high 8 bits)
225 See RANGE_TABLE_WORK_BITS below. 225 See RANGE_TABLE_WORK_BITS below.
226 2 bytes, the number of pairs that follow (upto 32767) 226 2 bytes, the number of pairs that follow (up to 32767)
227 pairs, each 2 multibyte characters, 227 pairs, each 2 multibyte characters,
228 each multibyte character represented as 3 bytes. */ 228 each multibyte character represented as 3 bytes. */
229 charset, 229 charset,