aboutsummaryrefslogtreecommitdiff
path: root/ennum.el
diff options
context:
space:
mode:
Diffstat (limited to 'ennum.el')
-rw-r--r--ennum.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ennum.el b/ennum.el
index 040b57f..5f19ed4 100644
--- a/ennum.el
+++ b/ennum.el
@@ -502,7 +502,7 @@ result as a string."
(defun ennum--feed-entry (post interned-post-file)
(let ((link (ennum--absolute-uri (ennum--org-output-filename
- (ennum-post-filename post)))))
+ (ennum-post-filename post)))))
`(entry (id ,link)
(title :xml:lang ,(ennum-post-language post) ,(ennum-post-title post))
(updated ,(ennum--atom-date (ennum-post-date post)))