diff options
-rw-r--r-- | ennum.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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))) |