diff options
Diffstat (limited to 'test/src/buffer-tests.el')
| -rw-r--r-- | test/src/buffer-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/buffer-tests.el b/test/src/buffer-tests.el index 45914b2b6b0..aa30533c6a0 100644 --- a/test/src/buffer-tests.el +++ b/test/src/buffer-tests.el | |||
| @@ -142,6 +142,7 @@ properties." | |||
| 142 | (expected-calls . ((modification-hooks (nil 3 4)) | 142 | (expected-calls . ((modification-hooks (nil 3 4)) |
| 143 | (modification-hooks (t 3 4 1))))) | 143 | (modification-hooks (t 3 4 1))))) |
| 144 | ((replace . "4")) | 144 | ((replace . "4")) |
| 145 | ((replace . "4") (overlay-beg . 4)) ;bug#65929 | ||
| 145 | ((replace . "12") | 146 | ((replace . "12") |
| 146 | (expected-calls . ((modification-hooks (nil 1 3)) | 147 | (expected-calls . ((modification-hooks (nil 1 3)) |
| 147 | (modification-hooks (t 1 2 2))))) | 148 | (modification-hooks (t 1 2 2))))) |