Mercurial > emacs
changeset 11554:ac21a7106ffd
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 25 Apr 1995 05:16:29 +0000 |
parents | 03aaf11843d1 |
children | 4cc0a5e1bdac |
files | src/abbrev.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 (); }