diff options
Diffstat (limited to 'ennum.el')
-rw-r--r-- | ennum.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |