1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

Comment change.

This commit is contained in:
Richard M. Stallman 1995-04-25 05:16:29 +00:00
parent ed34f320f2
commit aba686ed10

View File

@ -283,6 +283,8 @@ Returns t if expansion took place.")
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 ();
}