Avoid byte-compilation warning
* test/src/buffer-tests.el (buffer-tests-inhibit-buffer-hooks): Avoid byte-compiler warning. (Bug#49667)
This commit is contained in:
parent
3edc4fb5d8
commit
c8a1af6d37
1 changed files with 2 additions and 2 deletions
|
@ -1345,8 +1345,8 @@ with parameters from the *Messages* buffer modification."
|
|||
(add-hook 'kill-buffer-hook kbh nil t)
|
||||
(add-hook 'kill-buffer-query-functions kbqf nil t)
|
||||
(kill-buffer))
|
||||
(with-temp-buffer)
|
||||
(with-output-to-string)
|
||||
(with-temp-buffer (ignore))
|
||||
(with-output-to-string (ignore))
|
||||
(should-not run-bluh)
|
||||
(should-not run-kbh)
|
||||
(should-not run-kbqf)
|
||||
|
|
Loading…
Add table
Reference in a new issue