From e499e7f3ac756b6c48bfa1641c7c79970d4eb904 Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Sun, 5 Nov 2017 00:40:58 +0100 Subject: Undo stripping identifiers --- nov.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nov.el b/nov.el index 27a17d6..7e09645 100644 --- a/nov.el +++ b/nov.el @@ -241,7 +241,7 @@ UUID." (id (car (esxml-node-children (esxml-query selector content))))) (when (not id) (error "Unique identifier not found by its name: %s" name)) - (intern (replace-regexp-in-string "^urn:uuid:" "" id)))) + (intern id))) ;; NOTE: unique identifier is queried separately as identifiers can ;; appear more than once and only one of them can be the unique one -- cgit v1.2.3