ob-screen.el: Silence compiler warning

* lisp/ob-screen.el (org-babel-screen-test): Use `message'.
This commit is contained in:
Bastien 2020-01-30 18:29:26 +01:00
parent 11734ba22a
commit 3942ccec87
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ The terminal should shortly flicker."
;; XXX: need to find a better way to do the following
(while (not (file-readable-p tmpfile))
;; do something, otherwise this will be optimized away
(format "org-babel-screen: File not readable yet."))
(message "org-babel-screen: File not readable yet."))
(setq tmp-string (with-temp-buffer
(insert-file-contents-literally tmpfile)
(buffer-substring (point-min) (point-max))))