diff options
Diffstat (limited to 'nov.el')
-rw-r--r-- | nov.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -410,7 +410,7 @@ Each alist item consists of the identifier and full path." (defun nov-url-filename-and-target (url) "Return a list of URL's filename and target." (setq url (url-generic-parse-url url)) - (list (url-filename url) (url-target url))) + (mapcar 'url-unhex-string (list (url-filename url) (url-target url)))) (defun nov-insert-image (path) "Insert an image for PATH at point. |