* test/automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
authorGlenn Morris <rgm@gnu.org>
Wed, 31 Jul 2013 07:08:47 +0000 (00:08 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 31 Jul 2013 07:08:47 +0000 (00:08 -0700)
test/ChangeLog
test/automated/undo-tests.el

index bffe85e..f7d66fc 100644 (file)
@@ -1,3 +1,7 @@
+2013-07-31  Glenn Morris  <rgm@gnu.org>
+
+       * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
+
 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
 
        * automated/file-notify-tests.el
index 87c55c5..7b6989a 100644 (file)
     (undo-boundary)
     (insert " Zero")
     (undo-boundary)
-    (push-mark)
+    (push-mark nil t)
     (delete-region (save-excursion
                      (forward-word -1)
                      (point)) (point))
     (insert " BEE")
     (undo-boundary)
     (setq buffer-undo-list (cons '(0.0 bogus) buffer-undo-list))
-    (push-mark)
+    (push-mark nil t)
     (delete-region (save-excursion
                      (forward-word -1)
                      (point)) (point))