+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
(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))