]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorPo Lu <luangruo@yahoo.com>
Fri, 9 Jun 2023 10:18:12 +0000 (18:18 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 9 Jun 2023 10:18:12 +0000 (18:18 +0800)
* src/textconv.c (really_commit_text):
(handle_pending_conversion_events): Fix minor typos.

src/textconv.c

index 92d44fe2e6693e080eb881f8aacb624db613fe77..3303ca246de4d02b28c100739ed3561a462aef86 100644 (file)
@@ -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;