# HG changeset patch # User Richard M. Stallman # Date 798786989 0 # Node ID ac21a7106ffdfd86e33adfc4a474d59bbc5f7e08 # Parent 03aaf11843d1b40cd77faebbda018269ccebd187 Comment change. diff -r 03aaf11843d1 -r ac21a7106ffd src/abbrev.c --- a/src/abbrev.c Tue Apr 25 04:22:37 1995 +0000 +++ b/src/abbrev.c Tue Apr 25 05:16:29 1995 +0000 @@ -283,6 +283,8 @@ if (INTERACTIVE && !EQ (minibuf_window, selected_window)) { + /* Add an undo boundary, in case we are doing this for + a self-inserting command which has avoided making one so far. */ SET_PT (wordend); Fundo_boundary (); }