about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ennum.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/ennum.el b/ennum.el
index aadd688..bcc9019 100644
--- a/ennum.el
+++ b/ennum.el
@@ -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))))