aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-04-25 05:16:29 +0000
committerRichard M. Stallman1995-04-25 05:16:29 +0000
commitaba686ed10725ad23621e3ce745e9816d242d357 (patch)
tree8f33274e2f54bedcb475963b20f1fe421515ebad /src
parented34f320f2b590138d1cc705aae573a9aa975639 (diff)
downloademacs-aba686ed10725ad23621e3ce745e9816d242d357.tar.gz
emacs-aba686ed10725ad23621e3ce745e9816d242d357.zip
Comment change.
Diffstat (limited to 'src')
-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.")
283 283
284 if (INTERACTIVE && !EQ (minibuf_window, selected_window)) 284 if (INTERACTIVE && !EQ (minibuf_window, selected_window))
285 { 285 {
286 /* Add an undo boundary, in case we are doing this for
287 a self-inserting command which has avoided making one so far. */
286 SET_PT (wordend); 288 SET_PT (wordend);
287 Fundo_boundary (); 289 Fundo_boundary ();
288 } 290 }