[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] trunk r113613: * test/automated/undo-tests.el (undo-test2,
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] trunk r113613: * test/automated/undo-tests.el (undo-test2, undo-test5): Be quieter. |
Date: |
Wed, 31 Jul 2013 07:08:59 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 113613
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-07-31 00:08:47 -0700
message:
* test/automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
modified:
test/ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-8588
test/automated/undo-tests.el undotests.el-20130108184711-brlnvjau5r1ardib-1
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog 2013-07-24 13:56:19 +0000
+++ b/test/ChangeLog 2013-07-31 07:08:47 +0000
@@ -1,3 +1,7 @@
+2013-07-31 Glenn Morris <address@hidden>
+
+ * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
+
2013-07-24 Michael Albinus <address@hidden>
* automated/file-notify-tests.el
=== modified file 'test/automated/undo-tests.el'
--- a/test/automated/undo-tests.el 2013-07-11 15:56:41 +0000
+++ b/test/automated/undo-tests.el 2013-07-31 07:08:47 +0000
@@ -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))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] trunk r113613: * test/automated/undo-tests.el (undo-test2, undo-test5): Be quieter.,
Glenn Morris <=