diff options
author | Glenn Morris <rgm@gnu.org> | 2013-07-31 00:08:47 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-07-31 00:08:47 -0700 |
commit | 67a177722cfdd81e4a0d50ab6390e9032451a578 (patch) | |
tree | a135527b505f96d08d6c36ba4ba8ca594ca1fde1 /test/automated/undo-tests.el | |
parent | aeca3fbb6574a76f890f6f4cd7276e1ba0869579 (diff) |
* test/automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
Diffstat (limited to 'test/automated/undo-tests.el')
-rw-r--r-- | test/automated/undo-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/automated/undo-tests.el b/test/automated/undo-tests.el index 87c55c5d37..7b6989a5ef 100644 --- a/test/automated/undo-tests.el +++ b/test/automated/undo-tests.el @@ -124,7 +124,7 @@ (undo-boundary) (insert " Zero") (undo-boundary) - (push-mark) + (push-mark nil t) (delete-region (save-excursion (forward-word -1) (point)) (point)) @@ -172,7 +172,7 @@ (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)) |