From c7c7a7e1b628b03f9b39736baf504bc093552f88 Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Fri, 14 Feb 2020 22:53:07 +0100 Subject: Use `message` with format string --- nov.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nov.el b/nov.el index 5736395..bfc61a6 100644 --- a/nov.el +++ b/nov.el @@ -681,7 +681,7 @@ Internal URLs are visited with `nov-visit-relative-file'." (when (not url) (user-error "No link under point")) (kill-new url) - (message url))) + (message "%s" url))) (defun nov-saved-places () "Retrieve saved places in `nov-save-place-file'." -- cgit v1.2.3