diff options
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/undo-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/undo-tests.el b/test/src/undo-tests.el index b84f5a58471..8395ba99099 100644 --- a/test/src/undo-tests.el +++ b/test/src/undo-tests.el | |||
| @@ -72,7 +72,7 @@ | |||
| 72 | (undo-boundary) | 72 | (undo-boundary) |
| 73 | (put-text-property (point-min) (point-max) 'face 'bold) | 73 | (put-text-property (point-min) (point-max) 'face 'bold) |
| 74 | (undo-boundary) | 74 | (undo-boundary) |
| 75 | (remove-text-properties (point-min) (point-max) '(face default)) | 75 | (remove-list-of-text-properties (point-min) (point-max) '(face)) |
| 76 | (undo-boundary) | 76 | (undo-boundary) |
| 77 | (set-buffer-multibyte (not enable-multibyte-characters)) | 77 | (set-buffer-multibyte (not enable-multibyte-characters)) |
| 78 | (undo-boundary) | 78 | (undo-boundary) |