From: Po Lu Date: Fri, 9 Jun 2023 10:18:12 +0000 (+0800) Subject: ; Fix typos X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8cbe35a84621edf4dd7cc71d6a6ae7e55699fc5a;p=emacs.git ; Fix typos * src/textconv.c (really_commit_text): (handle_pending_conversion_events): Fix minor typos. --- 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, if (SCHARS (text)) { Finsert (1, &text); - record_buffer_change (start, PT, text); + record_buffer_change (wanted, PT, text); } if (position <= 0) @@ -1340,7 +1340,7 @@ handle_pending_conversion_events (void) static int inside; specpdl_ref count; ptrdiff_t last_point; - struct window *w, *w1; + struct window *w; handled = false;