* test/automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
This commit is contained in:
parent
aeca3fbb65
commit
67a177722c
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue