branch: elpa/age
commit caddc601573963f56f47b09022d1622c4a84e262
Author: Shinnosuke Dazai <[email protected]>
Commit: Shinnosuke Dazai <[email protected]>
fix: determine temporary-file-directory not at compile-time
---
age.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/age.el b/age.el
index 065f5aacb90..20930ec34ef 100644
--- a/age.el
+++ b/age.el
@@ -309,7 +309,7 @@ or higher is installed."
`(let ((temporary-file-directory
(if (file-directory-p "/dev/shm/")
"/dev/shm/"
- ,temporary-file-directory)))
+ temporary-file-directory)))
,@body))
;; This is not an alias, just so we can mark it as autoloaded.