diff options
author | Aaron S. Hawley <aaron.s.hawley@gmail.com> | 2013-01-09 16:29:27 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2013-01-09 16:29:27 -0500 |
commit | 51fb5578777d1041feaab31651b65e09e1731d33 (patch) | |
tree | dfa6e9c3e1a373be5bd3df82945f2cc58b158fba /test/automated/undo-tests.el | |
parent | 2b541f9a8d202aaa6af417e12577bb5dff23b00a (diff) |
* test/automated/undo-tests.el (undo-test0): Adjust error to code change.
Diffstat (limited to 'test/automated/undo-tests.el')
-rw-r--r-- | test/automated/undo-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/undo-tests.el b/test/automated/undo-tests.el index 3e71d974e5..3037db0360 100644 --- a/test/automated/undo-tests.el +++ b/test/automated/undo-tests.el @@ -79,7 +79,7 @@ (undo) (should (equal (should-error (undo-more nil)) - '(wrong-type-argument integerp nil))) + '(wrong-type-argument number-or-marker-p nil))) (undo-more 7) (should (string-equal "" (buffer-string))))) |