diff options
Diffstat (limited to 'ennum.el')
-rw-r--r-- | ennum.el | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -451,7 +451,6 @@ finally delete the temporary directory. The value returned is the value of the last form in BODY." (declare (indent defun)) `(let ((,temporary-directory (make-temp-file "ennum" t))) - (chmod ,temporary-directory #o755) (unwind-protect (progn ,@body) (delete-directory ,temporary-directory t)))) |