diff options
Diffstat (limited to 'test/src/undo-tests.el')
-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 @@ (undo-boundary) (put-text-property (point-min) (point-max) 'face 'bold) (undo-boundary) - (remove-text-properties (point-min) (point-max) '(face default)) + (remove-list-of-text-properties (point-min) (point-max) '(face)) (undo-boundary) (set-buffer-multibyte (not enable-multibyte-characters)) (undo-boundary) |