emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/android 8cbe35a8462: ; Fix typos


From: Po Lu
Subject: feature/android 8cbe35a8462: ; Fix typos
Date: Fri, 9 Jun 2023 06:21:29 -0400 (EDT)

branch: feature/android
commit 8cbe35a84621edf4dd7cc71d6a6ae7e55699fc5a
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; Fix typos
    
    * src/textconv.c (really_commit_text):
    (handle_pending_conversion_events): Fix minor typos.
---
 src/textconv.c | 4 ++--
 1 file 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,
       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;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]