aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ennum.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/ennum.el b/ennum.el
index d52b2df..35b38ab 100644
--- a/ennum.el
+++ b/ennum.el
@@ -58,7 +58,7 @@ respectively by - and _, and the pad character = is optional."
(ennum--file-hash file (file-attribute-modification-time
(file-attributes file))))
-(defmemoize ennum--file-hash (file last-modified)
+(defmemoize ennum--file-hash (file _last-modified)
(with-temp-buffer
;; TODO: Use ennum-with-file-contents
(set-buffer-multibyte nil)
@@ -223,7 +223,7 @@ the current state of all its variables."
filename (file-attribute-modification-time
(file-attributes filename))))
-(defmemoize ennum--read-post (filename last-modified)
+(defmemoize ennum--read-post (filename _last-modified)
(ennum-with-file-contents filename
(let ((metadata (org-export-get-environment 'ennum-html))
(export (apply-partially 'org-export-with-backend 'ennum-html)))