aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nov.el2
1 files changed, 1 insertions, 1 deletions
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'."