summaryrefslogtreecommitdiff
path: root/src/abbrev.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-25 05:16:29 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-25 05:16:29 +0000
commitbcc97c6275116b78c2eca38d4dd088501071526a (patch)
tree02cf7c7732e727b780e27dd82fa6ce0430b42bdd /src/abbrev.c
parentb2ef27a96733b2778c5d3ea5b0d49761117a06ed (diff)
downloademacs-bcc97c6275116b78c2eca38d4dd088501071526a.tar.gz
Comment change.
Diffstat (limited to 'src/abbrev.c')
-rw-r--r--src/abbrev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/abbrev.c b/src/abbrev.c
index e4a33941247..d35cdbf8032 100644
--- a/src/abbrev.c
+++ b/src/abbrev.c
@@ -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 ();
}