]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 25 Apr 1995 05:16:29 +0000 (05:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 25 Apr 1995 05:16:29 +0000 (05:16 +0000)
src/abbrev.c

index e4a339412477fb9c389e367e69330ac6df3b783b..d35cdbf80325680abc3340fcdef278b6eb89447b 100644 (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 ();
     }