about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ennum.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/ennum.el b/ennum.el
index f4e5533..d8a54fb 100644
--- a/ennum.el
+++ b/ennum.el
@@ -54,6 +54,7 @@ respectively by - and _, and the pad character = is optional."
     ;; TODO: Use ennum-with-file-contents
     (set-buffer-multibyte nil)
     (insert-file-contents-literally file)
+    (insert file)
     (ennum--hash)))
 
 (defun ennum--set-file-modes-recursively (directory directory-mode file-mode executable-file-mode)