diff options
Diffstat (limited to 'test/src/buffer-tests.el')
-rw-r--r-- | test/src/buffer-tests.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/src/buffer-tests.el b/test/src/buffer-tests.el index 0161927419c..2adffc024a4 100644 --- a/test/src/buffer-tests.el +++ b/test/src/buffer-tests.el @@ -1369,7 +1369,8 @@ with parameters from the *Messages* buffer modification." (dotimes (_i 11) (let* (flag* (flag (lambda () (prog1 t (setq flag* t)))) - (indirect (make-indirect-buffer base "foo[indirect]"))) + (indirect (make-indirect-buffer base "foo[indirect]" nil + inhibit))) (unwind-protect (progn (with-current-buffer indirect |