aboutsummaryrefslogtreecommitdiff
path: root/nov.el
diff options
context:
space:
mode:
authorVasilij Schneidermann <mail@vasilij.de>2020-02-14 22:53:07 +0100
committerVasilij Schneidermann <mail@vasilij.de>2020-02-14 22:53:07 +0100
commitc7c7a7e1b628b03f9b39736baf504bc093552f88 (patch)
treec2c930c09248cf724b86ed91f649883ac273db9b /nov.el
parent4f84afbf888187dfe57b14f8a38159561e7684c9 (diff)
Use `message` with format string
Diffstat (limited to 'nov.el')
-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'."