aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2023-06-09 18:18:12 +0800
committerPo Lu2023-06-09 18:18:12 +0800
commit8cbe35a84621edf4dd7cc71d6a6ae7e55699fc5a (patch)
tree527e7c294d9731f95780552d95c4525e821b2aac /src
parent01bea42cbff84ca76f339088f19a42cddfe83cbb (diff)
downloademacs-8cbe35a84621edf4dd7cc71d6a6ae7e55699fc5a.tar.gz
emacs-8cbe35a84621edf4dd7cc71d6a6ae7e55699fc5a.zip
; Fix typos
* src/textconv.c (really_commit_text): (handle_pending_conversion_events): Fix minor typos.
Diffstat (limited to 'src')
-rw-r--r--src/textconv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/textconv.c b/src/textconv.c
index 92d44fe2e66..3303ca246de 100644
--- a/src/textconv.c
+++ b/src/textconv.c
@@ -687,7 +687,7 @@ really_commit_text (struct frame *f, EMACS_INT position,
687 if (SCHARS (text)) 687 if (SCHARS (text))
688 { 688 {
689 Finsert (1, &text); 689 Finsert (1, &text);
690 record_buffer_change (start, PT, text); 690 record_buffer_change (wanted, PT, text);
691 } 691 }
692 692
693 if (position <= 0) 693 if (position <= 0)
@@ -1340,7 +1340,7 @@ handle_pending_conversion_events (void)
1340 static int inside; 1340 static int inside;
1341 specpdl_ref count; 1341 specpdl_ref count;
1342 ptrdiff_t last_point; 1342 ptrdiff_t last_point;
1343 struct window *w, *w1; 1343 struct window *w;
1344 1344
1345 handled = false; 1345 handled = false;
1346 1346